_ALL_SOURCE?

H.J. Lu hjl@lucon.org
Mon Oct 26 10:45:00 GMT 1998


Hi,

VSX-PCT uses _ALL_SOURCE. Can we add

#ifdef _ALL_SOURCE
#define _GNU_SOURCE
#endif

or

#ifdef _ALL_SOURCE
#define _MISC_SOURCE
#endif

to <features.h>?

-- 
H.J. Lu (hjl@gnu.org)



More information about the Libc-hacker mailing list