From 37b7d5c39ea588e2cbb43ae44eaf136df6d0a076 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 30 Nov 2000 21:16:12 +0000 Subject: 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/unixware.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/port/unixware.h') 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 -- cgit v1.2.3