8
0
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:
brodsom 2004-05-18 21:55:27 +00:00
parent 20b2032ade
commit d868de978c

View File

@ -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