8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Fbembed don't use security

This commit is contained in:
asfernandes 2005-06-22 22:26:59 +00:00
parent 0815ad2770
commit 8265bcb0fd

View File

@ -234,13 +234,11 @@ static MUTX_T svc_mutex[1], thd_mutex[1];
#include "../alice/alice_proto.h"
int main_lock_print();
THREAD_ENTRY_DECLARE main_gstat(THREAD_ENTRY_PARAM arg);
#include "../utilities/gsec/gsec_proto.h"
#define MAIN_GBAK BURP_main
#define MAIN_GFIX ALICE_main
#define MAIN_LOCK_PRINT main_lock_print
#define MAIN_GSTAT main_gstat
#define MAIN_GSEC GSEC_main
#else
#define MAIN_GBAK NULL
#define MAIN_GFIX NULL
@ -249,6 +247,13 @@ THREAD_ENTRY_DECLARE main_gstat(THREAD_ENTRY_PARAM arg);
#define MAIN_GSEC NULL
#endif
#if defined(SUPERSERVER) && !defined(EMBEDDED)
#include "../utilities/gsec/gsec_proto.h"
#define MAIN_GSEC GSEC_main
#else
#define MAIN_GSEC NULL
#endif
void SVC_STATUS_ARG(ISC_STATUS*& status, USHORT type, const void* value)
{
if (value)