diff options
Diffstat (limited to 'acconf.h.in')
-rw-r--r-- | acconf.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconf.h.in b/acconf.h.in index 9c64213f..94fef0ac 100644 --- a/acconf.h.in +++ b/acconf.h.in @@ -15,12 +15,18 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <langinfo.h> header file. */ +#undef HAVE_LANGINFO_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `mktime' function. */ #undef HAVE_MKTIME +/* Define to 1 if you have the `nl_langinfo' function. */ +#undef HAVE_NL_LANGINFO + /* Define to 1 if you have the `realpath' function. */ #undef HAVE_REALPATH |