summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-15 22:05:48 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-15 22:05:48 +0000
commit9b005109a622ec79b6c6c2f838bb63ff50b8b9e5 (patch)
treebeab51d01218d765d28d7ba46411a08075ff5b8b /gcc/config.in
parent7e1181549fa8835f68e411d0bf39bfd49bf10c10 (diff)
downloadgcc-9b005109a622ec79b6c6c2f838bb63ff50b8b9e5.tar.gz
* configure, config.in: Rebuilt.
* configure.in: Check for iconv.h. Define _XOPEN_SOURCE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 6636375231e..a24e338b6ca 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -231,6 +231,9 @@
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define if you have the <iconv.h> header file. */
+#undef HAVE_ICONV_H
+
/* Define if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H
@@ -331,6 +334,9 @@
/* Define if you can safely include both <string.h> and <strings.h>. */
#undef STRING_WITH_STRINGS
+/* Always define this */
+#undef _XOPEN_SOURCE
+
/* Define if you have a working <inttypes.h> header file. */
#undef HAVE_INTTYPES_H