summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-06-22 12:47:29 +0000
committerDave Love <fx@gnu.org>2000-06-22 12:47:29 +0000
commit518f89e8b52dc4736e8e5db70fbc28be48033d21 (patch)
tree54c5e032484f71d3f0ca52228227783db43ec402 /src
parent9a3a4db6a95bc1114962a20cba4f70b9a1a33e20 (diff)
downloademacs-518f89e8b52dc4736e8e5db70fbc28be48033d21.tar.gz
(C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
Diffstat (limited to 'src')
-rw-r--r--src/s/gnu-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 44765c024f6..d7bd8b96645 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -246,7 +246,7 @@ Boston, MA 02111-1307, USA. */
/* alane@wozzle.linet.org says that -lipc is not a separate library,
since libc-4.4.1. So -lipc was deleted. */
#define LIBS_SYSTEM
-#define C_SWITCH_SYSTEM -D_BSD_SOURCE -D_XOPEN_SOURCE
+#define C_SWITCH_SYSTEM -D_BSD_SOURCE
#endif
/* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */