diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 1f190e2..ba0366f 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -162,6 +162,9 @@ /* Define if you have the lstat function. */ #undef HAVE_LSTAT +/* Define if you have the mbstowcs function. */ +#undef HAVE_MBSTOWCS + /* Define if you have the mempcpy function. */ #undef HAVE_MEMPCPY @@ -216,6 +219,9 @@ /* Define if you have the tsearch function. */ #undef HAVE_TSEARCH +/* Define if you have the wcswidth function. */ +#undef HAVE_WCSWIDTH + /* Define if you have the <argz.h> header file. */ #undef HAVE_ARGZ_H @@ -279,6 +285,9 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define if you have the <wchar.h> header file. */ +#undef HAVE_WCHAR_H + /* Define to enable the use of a default linker. */ #undef DEFAULT_LINKER |