]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
authorDave Love <fx@gnu.org>
Thu, 22 Jun 2000 12:47:29 +0000 (12:47 +0000)
committerDave Love <fx@gnu.org>
Thu, 22 Jun 2000 12:47:29 +0000 (12:47 +0000)
src/s/gnu-linux.h

index 44765c024f6f2bfe7e45fb873a05e35b5c1a5dad..d7bd8b966457130af1fec9465f4ace984dee6eb6 100644 (file)
@@ -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.  */