diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-30 21:16:12 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-30 21:16:12 +0000 |
commit | 37b7d5c39ea588e2cbb43ae44eaf136df6d0a076 (patch) | |
tree | 4b752a5621f1f92c160b801f144682eb8be3f5db | |
parent | bf14fb8fa3e1cbae8d36f481ae0a6d884c2b60bb (diff) | |
download | postgresql-37b7d5c39ea588e2cbb43ae44eaf136df6d0a076.tar.gz postgresql-37b7d5c39ea588e2cbb43ae44eaf136df6d0a076.zip |
Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be getting
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.
-rw-r--r-- | src/include/port/sco.h | 6 | ||||
-rw-r--r-- | src/include/port/univel.h | 2 | ||||
-rw-r--r-- | src/include/port/unixware.h | 2 |
3 files changed, 0 insertions, 10 deletions
diff --git a/src/include/port/sco.h b/src/include/port/sco.h index 1e08b5b8a5c..438e5b2001f 100644 --- a/src/include/port/sco.h +++ b/src/include/port/sco.h @@ -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 diff --git a/src/include/port/univel.h b/src/include/port/univel.h index 09bd50c5d8a..071ac1f1ad2 100644 --- a/src/include/port/univel.h +++ b/src/include/port/univel.h @@ -9,8 +9,6 @@ typedef unsigned char slock_t; -#define DISABLE_COMPLEX_MACRO - #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #endif diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h index 7a622c83a99..789f1e1b72d 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -12,8 +12,6 @@ typedef unsigned char slock_t; -#define DISABLE_COMPLEX_MACRO - #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #endif |