mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
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.
This commit is contained in:
parent
bf14fb8fa3
commit
37b7d5c39e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user