diff options
author | Dave Love <fx@gnu.org> | 2000-06-22 12:47:29 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-22 12:47:29 +0000 |
commit | f83a1ae3d2f07ab620d093b1121b336f27fb6453 (patch) | |
tree | 446daa1b896cc17a2af1900ee9a474609e7fbb34 /src/s/gnu-linux.h | |
parent | 1fd9b7fe4258659555851bb85e3ad306444a656f (diff) | |
download | emacs-f83a1ae3d2f07ab620d093b1121b336f27fb6453.tar.gz |
(C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r-- | src/s/gnu-linux.h | 2 |
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. */ |