diff options
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config.in b/gnu/usr.bin/gcc/gcc/config.in index 1e81188293b..778795c4592 100644 --- a/gnu/usr.bin/gcc/gcc/config.in +++ b/gnu/usr.bin/gcc/gcc/config.in @@ -156,6 +156,9 @@ /* Define if you have the kill function. */ #undef HAVE_KILL +/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ +#undef HAVE_LANGINFO_CODESET + /* Define if you have the lstat function. */ #undef HAVE_LSTAT |