Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 1294:8c5cf108f035
[xemacs-hg @ 2003-02-14 07:38:22 by stephent]
martin patches:
configure for recent AIX: <87bs1f73du.fsf@tleepslib.sk.tsukuba.ac.jp>
speed up Expose processing: <878ywj722i.fsf@tleepslib.sk.tsukuba.ac.jp>
<8765rn71ra.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 14 Feb 2003 07:38:30 +0000 |
parents | e61016c452cb |
children | f99d3d25df86 |
comparison
equal
deleted
inserted
replaced
1293:8134b2a31572 | 1294:8c5cf108f035 |
---|---|
108 | 108 |
109 /* Make "extensions" from Unix98 available. */ | 109 /* Make "extensions" from Unix98 available. */ |
110 #undef _XOPEN_SOURCE_EXTENDED | 110 #undef _XOPEN_SOURCE_EXTENDED |
111 | 111 |
112 /* Make all functions available on AIX. See AC_AIX. */ | 112 /* Make all functions available on AIX. See AC_AIX. */ |
113 /* Some AIX compilers (cc) pre-define _ALL_SOURCE, some (xlc) don't. */ | |
113 #ifndef _ALL_SOURCE | 114 #ifndef _ALL_SOURCE |
114 #undef _ALL_SOURCE | 115 #undef _ALL_SOURCE |
115 #endif | 116 #endif |
116 | 117 |
117 /* Make all functions available on GNU libc systems. See features.h. */ | 118 /* Make all functions available on GNU libc systems. See features.h. */ |