summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorkristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-24 18:35:45 +0000
committerkristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-24 18:35:45 +0000
commitb503c1a2d07a83b87c3d344d845ceb3a4eacd5a7 (patch)
tree198911fb1922f9f9eee060bc9c3ca96b58e95957 /gcc/config.in
parent3670c51dfe5b75666de76454dd55944799dc90b5 (diff)
downloadgcc-b503c1a2d07a83b87c3d344d845ceb3a4eacd5a7.tar.gz
2003-04-24 Krister Walfridsson <cato@df.lth.se>
* configure.in: Check whether mbstowcs works. * configure, config.in: Regenerate. * intl.c: Use HAVE_WORKING_MBSTOWCS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66045 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index ba0366fd3d9..ccaad9ee7b0 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -397,6 +397,10 @@
/* Define if you have a working <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define this macro if mbstowcs does not crash when its
+ first argument is NULL. */
+#undef HAVE_WORKING_MBSTOWCS
+
/* Define if printf supports %p. */
#undef HAVE_PRINTF_PTR