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]

Re: _ALL_SOURCE?


hjl@lucon.org (H.J. Lu) writes:

> VSX-PCT uses _ALL_SOURCE. Can we add
> 
> #ifdef _ALL_SOURCE
> #define _GNU_SOURCE
> #endif

Why should we have such a macro just because of a testsuite?  Couldn't you add

	-include my-init-file.h

to define whatever you need?  _ALL_SOURCE is by no mean more standard
than _GNU_SOURCE.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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