blob: a8002a0dcbbbb8a6f28305102272b1a1022284a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* $PostgreSQL: pgsql/src/include/port/unixware.h,v 1.18 2008/05/17 01:28:24 adunstan Exp $
*
* 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
|