diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index e71ac94de75..d819cf74cac 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -336,6 +336,9 @@ /* Define to 1 if you have the `kill' function. */ #undef HAVE_KILL +/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ +#undef HAVE_LANGINFO_CODESET + /* Define to 1 if you have the <langinfo.h> header file. */ #undef HAVE_LANGINFO_H |