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:
parent
f0b9ca3afb
commit
97fed5be82
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user