diff options
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 7667245e8f4..ad904d3abf9 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -230,6 +230,9 @@ /* Define if you have the mkdir function. */ #undef HAVE_MKDIR +/* Define if you have the nl_langinfo function. */ +#undef HAVE_NL_LANGINFO + /* Define if you have the open function. */ #undef HAVE_OPEN @@ -299,6 +302,9 @@ /* Define if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define if you have the <langinfo.h> header file. */ +#undef HAVE_LANGINFO_H + /* Define if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H |

