Commit 37b7d5c3 authored by Peter Eisentraut's avatar Peter Eisentraut

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.
parent bf14fb8f
#ifndef NOFILE
#define NOFILE NOFILES_MIN
#endif
#define DISABLE_COMPLEX_MACRO
/* see src/backend/libpq/pqcomm.c */
#define SCO_ACCEPT_BUG
......
......@@ -9,8 +9,6 @@
typedef unsigned char slock_t;
#define DISABLE_COMPLEX_MACRO
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif
......
......@@ -12,8 +12,6 @@
typedef unsigned char slock_t;
#define DISABLE_COMPLEX_MACRO
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment