summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-17 00:12:34 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-17 00:12:34 +0000
commit1fa8fd5c156a1b0313a58c0f0bd2f35e3c47e767 (patch)
treea44c8ed0f30db59a06bd776c678c091c852d74eb /gcc/config.in
parenta3c6603ab685d25f52af542ea2c8122a0992d11e (diff)
downloadgcc-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.in9
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