diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-11-29 13:21:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-11-29 13:21:56 +0000 |
commit | d6d4fc2a2be8bb14f64c86134a49bb5c600ae633 (patch) | |
tree | ed179414fe3850a275ae4d522dbf9f2b15723b01 /gnu | |
parent | 6d213de949fd071fe6846ec492c49e368e7aa48c (diff) |
Supplementary test for java iconv stuff.
Diffstat (limited to 'gnu')
-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 |