mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03: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:
@ -12,8 +12,6 @@
|
||||
|
||||
typedef unsigned char slock_t;
|
||||
|
||||
#define DISABLE_COMPLEX_MACRO
|
||||
|
||||
#ifndef BIG_ENDIAN
|
||||
#define BIG_ENDIAN 4321
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user