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

Disabled service threads at boot time for all platform except of WIN_NT

This commit is contained in:
kkuznetsov 2005-08-19 06:56:08 +00:00
parent f0b9ca3afb
commit 97fed5be82

View File

@ -130,8 +130,14 @@ using namespace NAMESPACE;
#define THREAD_PSCHED
#endif
#if defined(MULTI_THREAD) && !defined(SUPERCLIENT)
#if defined(MULTI_THREAD) && !defined(SUPERCLIENT) && !defined(BOOT_BUILD)
#define SERVICE_THREAD
#endif
#if defined(WIN_NT) && !defined(SERVICE_THREAD)
#define SERVICE_THREAD
#endif
#endif /* INCLUDE_Firebird_H */