mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:03:03 +01:00
Define macros for ifdefs without value
This commit is contained in:
parent
20b2032ade
commit
d868de978c
@ -30,7 +30,7 @@
|
||||
* John Bellardo <bellardo@cs.ucsd.edu>
|
||||
*
|
||||
*
|
||||
* $Id: firebird.h,v 1.19 2004-05-13 14:04:55 kkuznetsov Exp $
|
||||
* $Id: firebird.h,v 1.20 2004-05-18 21:55:27 brodsom Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -64,13 +64,13 @@
|
||||
|
||||
//
|
||||
#if defined(SUPERSERVER) || defined(WIN_NT)
|
||||
#define SERVER_SHUTDOWN 1
|
||||
#define SERVER_SHUTDOWN
|
||||
#endif
|
||||
|
||||
// Check if we need thread synchronization
|
||||
#if defined(SUPERSERVER) || defined(SUPERCLIENT) || \
|
||||
defined(WIN_NT) || defined(SOLARIS_MT) || defined (VMS)
|
||||
#define MULTI_THREAD 1
|
||||
#define MULTI_THREAD
|
||||
#endif
|
||||
|
||||
#ifndef NULL
|
||||
|
Loading…
Reference in New Issue
Block a user