aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-22 12:47:29 +0000
committerDave Love2000-06-22 12:47:29 +0000
commitf83a1ae3d2f07ab620d093b1121b336f27fb6453 (patch)
tree446daa1b896cc17a2af1900ee9a474609e7fbb34 /src
parent1fd9b7fe4258659555851bb85e3ad306444a656f (diff)
downloademacs-f83a1ae3d2f07ab620d093b1121b336f27fb6453.tar.gz
emacs-f83a1ae3d2f07ab620d093b1121b336f27fb6453.zip
(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. */
246/* alane@wozzle.linet.org says that -lipc is not a separate library, 246/* alane@wozzle.linet.org says that -lipc is not a separate library,
247 since libc-4.4.1. So -lipc was deleted. */ 247 since libc-4.4.1. So -lipc was deleted. */
248#define LIBS_SYSTEM 248#define LIBS_SYSTEM
249#define C_SWITCH_SYSTEM -D_BSD_SOURCE -D_XOPEN_SOURCE 249#define C_SWITCH_SYSTEM -D_BSD_SOURCE
250#endif 250#endif
251 251
252/* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ 252/* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */