aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/unixware.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-11-30 21:16:12 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-11-30 21:16:12 +0000
commit37b7d5c39ea588e2cbb43ae44eaf136df6d0a076 (patch)
tree4b752a5621f1f92c160b801f144682eb8be3f5db /src/include/port/unixware.h
parentbf14fb8fa3e1cbae8d36f481ae0a6d884c2b60bb (diff)
downloadpostgresql-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.
Diffstat (limited to 'src/include/port/unixware.h')
-rw-r--r--src/include/port/unixware.h2
1 files changed, 0 insertions, 2 deletions
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