blob: e068820957e9bd21877466789d299a053dc9c608 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* src/include/port/unixware.h
*
* 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
|