mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
right, there seems precious little reason to have a pile of hand-maintained endianness definitions in src/include/port/*.h. Get rid of those, and make the couple of places that used them depend on WORDS_BIGENDIAN instead.
9 lines
242 B
C
9 lines
242 B
C
/* see src/backend/libpq/pqcomm.c */
|
|
#define SCO_ACCEPT_BUG
|
|
|
|
/***************************************
|
|
* Define this if you are compiling with
|
|
* the native UNIXWARE C compiler.
|
|
***************************************/
|
|
#define USE_UNIVEL_CC
|