diff options
Diffstat (limited to 'src/include/port/unixware.h')
-rw-r--r-- | src/include/port/unixware.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h index 10fe5928d18..06ee4e4da76 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -1,10 +1,12 @@ #define USE_POSIX_TIME -#define NO_EMPTY_STMTS #define SYSV_DIRENT #define HAS_TEST_AND_SET #define NEED_I386_TAS_ASM +/* see src/backend/libpq/pqcomm.c */ +#define PG_ON_UNIXWARE + /*************************************** * Define this if you are compiling with * the native UNIXWARE C compiler. |