Mercurial > hg > xemacs-beta
changeset 1284:e61016c452cb
[xemacs-hg @ 2003-02-10 17:28:03 by stephent]
guard _ALL_SOURCE <87y94of3qj.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 10 Feb 2003 17:28:07 +0000 |
parents | 32bc2bab419c |
children | c7f36e03a343 |
files | src/ChangeLog src/config.h.in |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 10 14:28:09 2003 +0000 +++ b/src/ChangeLog Mon Feb 10 17:28:07 2003 +0000 @@ -1,3 +1,7 @@ +2003-01-28 Martin Buchholz <martin@xemacs.org> + + * config.h.in (_ALL_SOURCE): Guard against multiple definition. + 2003-02-09 Ben Wing <ben@xemacs.org> * console-stream.c:
--- a/src/config.h.in Mon Feb 10 14:28:09 2003 +0000 +++ b/src/config.h.in Mon Feb 10 17:28:07 2003 +0000 @@ -110,7 +110,9 @@ #undef _XOPEN_SOURCE_EXTENDED /* Make all functions available on AIX. See AC_AIX. */ +#ifndef _ALL_SOURCE #undef _ALL_SOURCE +#endif /* Make all functions available on GNU libc systems. See features.h. */ #undef _GNU_SOURCE