_ALL_SOURCE?

Ulrich Drepper drepper@cygnus.com
Mon Oct 26 11:23:00 GMT 1998


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   `------------------------



More information about the Libc-hacker mailing list