diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-09-17 00:12:34 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2000-09-17 00:12:34 +0000 |
commit | 4797e955c6b44df4bef1d8d1c2ae9074480c6cf4 (patch) | |
tree | a44c8ed0f30db59a06bd776c678c091c852d74eb /gcc/config.in | |
parent | ae0fb1b9fb8a105b01a4bc6a3bdb58cbac5ee741 (diff) | |
download | gcc-4797e955c6b44df4bef1d8d1c2ae9074480c6cf4.tar.gz |
configure.in: Define macros that affect features before testing for features.
* configure.in: Define macros that affect features before
testing for features. Don't define _XOPEN_SOURCE.
* configure: Regenerated.
* config.in: Regenerated.
From-SVN: r36463
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in index f0f208a41b8..2ad3407be6b 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -328,18 +328,15 @@ character sets for source code. */ #undef MULTIBYTE_CHARS +/* Always define this */ +#undef _GNU_SOURCE + /* Define if your compiler understands volatile. */ #undef HAVE_VOLATILE /* Define if you can safely include both <string.h> and <strings.h>. */ #undef STRING_WITH_STRINGS -/* Always define this */ -#undef _XOPEN_SOURCE - -/* Always define this */ -#undef _GNU_SOURCE - /* Define if you have a working <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |