This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

_ALL_SOURCE?


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]