From 37b7d5c39ea588e2cbb43ae44eaf136df6d0a076 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 30 Nov 2000 21:16:12 +0000 Subject: [PATCH] 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. --- src/include/port/sco.h | 6 ------ src/include/port/univel.h | 2 -- src/include/port/unixware.h | 2 -- 3 files changed, 10 deletions(-) diff --git a/src/include/port/sco.h b/src/include/port/sco.h index 1e08b5b8a5..438e5b2001 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 09bd50c5d8..071ac1f1ad 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 7a622c83a9..789f1e1b72 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 -- 2.49.0