* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqcomm.c,v 1.112 2000/11/14 01:15:00 momjian Exp $
+ * $Id: pqcomm.c,v 1.113 2000/11/21 23:03:53 petere Exp $
*
*-------------------------------------------------------------------------
*/
return STATUS_ERROR;
}
-#ifdef PG_ON_UNIXWARE
+#ifdef SCO_ACCEPT_BUG
/*
- * Only UnixWare 7+ are known to have this bug, but it shouldn't
- * hurt it catch if for all of them.
+ * UnixWare 7+ and OpenServer 5.0.4 are known to have this bug,
+ * but it shouldn't hurt it catch if for all of them.
*/
if (port->raddr.sa.sa_family == 0)
port->raddr.sa.sa_family = AF_UNIX;
#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