# HG changeset patch # User Dave Love # Date 961678253 0 # Node ID 1468bfccea9f274cf11969cbd6d58e241e68eb33 # Parent 6ef6d3b9d25ac8e3df137c104be3592ac9739df3 (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500. diff -r 6ef6d3b9d25a -r 1468bfccea9f src/s/isc3-0.h --- a/src/s/isc3-0.h Thu Jun 22 12:47:29 2000 +0000 +++ b/src/s/isc3-0.h Thu Jun 22 12:50:53 2000 +0000 @@ -34,8 +34,9 @@ /* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3 ensures that we don't lose the traditional symbols as a side effect - from this or __STDC__ being defined. */ -#define C_SWITCH_SYSTEM -D_XOPEN_SOURCE -D_SYSV3 + from this or __STDC__ being defined. Define _XOPEN_SOURCE=500 for + compatibility with the autoconf test. */ +#define C_SWITCH_SYSTEM -D_XOPEN_SOURCE=500 -D_SYSV3 #ifdef __GNUC__ /* Currently we use -lcposix only with gcc */ /* This works around a bug in ISC 4.0 and 3.0; it fails