diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-21 23:03:54 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-21 23:03:54 +0000 |
commit | fd05f896455c62104c1134b06f528858dcb4e7c3 (patch) | |
tree | b2f3727323a7ccb20fb4838da30ee51e94226c12 /src/include | |
parent | 403abf1ca5905f5a818f2ad6ed043f30da769368 (diff) |
Extend accept/AF_UNIX bug workaround to SCO OpenServer.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/port/sco.h | 3 | ||||
-rw-r--r-- | src/include/port/unixware.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/include/port/sco.h b/src/include/port/sco.h index b37990c3dd9..1e08b5b8a5c 100644 --- a/src/include/port/sco.h +++ b/src/include/port/sco.h @@ -4,6 +4,9 @@ #define DISABLE_COMPLEX_MACRO +/* see src/backend/libpq/pqcomm.c */ +#define SCO_ACCEPT_BUG + #define HAS_TEST_AND_SET #define NEED_I386_TAS_ASM diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h index 76d5f26d88b..7a622c83a99 100644 --- a/src/include/port/unixware.h +++ b/src/include/port/unixware.h @@ -2,7 +2,7 @@ #define NEED_I386_TAS_ASM /* see src/backend/libpq/pqcomm.c */ -#define PG_ON_UNIXWARE +#define SCO_ACCEPT_BUG /*************************************** * Define this if you are compiling with |