diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 4 |
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 |