aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/isc3-0.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h
index 737ce3c3297..be1181ae5d1 100644
--- a/src/s/isc3-0.h
+++ b/src/s/isc3-0.h
@@ -34,8 +34,9 @@
34/* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix 34/* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix
35 signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3 35 signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3
36 ensures that we don't lose the traditional symbols as a side effect 36 ensures that we don't lose the traditional symbols as a side effect
37 from this or __STDC__ being defined. */ 37 from this or __STDC__ being defined. Define _XOPEN_SOURCE=500 for
38#define C_SWITCH_SYSTEM -D_XOPEN_SOURCE -D_SYSV3 38 compatibility with the autoconf test. */
39#define C_SWITCH_SYSTEM -D_XOPEN_SOURCE=500 -D_SYSV3
39 40
40#ifdef __GNUC__ /* Currently we use -lcposix only with gcc */ 41#ifdef __GNUC__ /* Currently we use -lcposix only with gcc */
41/* This works around a bug in ISC 4.0 and 3.0; it fails 42/* This works around a bug in ISC 4.0 and 3.0; it fails