Mercurial > emacs
changeset 29850:6ef6d3b9d25a
(C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 22 Jun 2000 12:47:29 +0000 |
parents | a3816e5f2aea |
children | 1468bfccea9f |
files | src/s/gnu-linux.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Thu Jun 22 12:27:49 2000 +0000 +++ b/src/s/gnu-linux.h Thu Jun 22 12:47:29 2000 +0000 @@ -246,7 +246,7 @@ /* 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. */