diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-17 00:12:34 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-17 00:12:34 +0000 |
commit | 1fa8fd5c156a1b0313a58c0f0bd2f35e3c47e767 (patch) | |
tree | a44c8ed0f30db59a06bd776c678c091c852d74eb /gcc/config.in | |
parent | a3c6603ab685d25f52af542ea2c8122a0992d11e (diff) | |
download | gcc-1fa8fd5c156a1b0313a58c0f0bd2f35e3c47e767.tar.gz |
* configure.in: Define macros that affect features before
testing for features. Don't define _XOPEN_SOURCE.
* configure: Regenerated.
* config.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36463 138bc75d-0d04-0410-961f-82ee72b054a4
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 |