OSDN Git Service

Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be getting
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Nov 2000 21:16:12 +0000 (21:16 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Nov 2000 21:16:12 +0000 (21:16 +0000)
by without them.

Don't check for preprocessor symbols from system header files in port
include files, since those header files aren't included at this point.

src/include/port/sco.h
src/include/port/univel.h
src/include/port/unixware.h

index 1e08b5b..438e5b2 100644 (file)
@@ -1,9 +1,3 @@
-#ifndef NOFILE
-#define NOFILE                 NOFILES_MIN
-#endif
-
-#define DISABLE_COMPLEX_MACRO
-
 /* see src/backend/libpq/pqcomm.c */
 #define SCO_ACCEPT_BUG
 
index 09bd50c..071ac1f 100644 (file)
@@ -9,8 +9,6 @@
 
 typedef unsigned char slock_t;
 
-#define DISABLE_COMPLEX_MACRO
-
 #ifndef                        BIG_ENDIAN
 #define                        BIG_ENDIAN              4321
 #endif
index 7a622c8..789f1e1 100644 (file)
@@ -12,8 +12,6 @@
 
 typedef unsigned char slock_t;
 
-#define DISABLE_COMPLEX_MACRO
-
 #ifndef                        BIG_ENDIAN
 #define                        BIG_ENDIAN              4321
 #endif