From f1b684971dd9fe2ab15c1973a0b7d0d563258cd1 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 31 Mar 2013 20:34:28 -0500 Subject: [PATCH] Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index f44c8ed4..b8b2d17e 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LOCALE_H + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -32,6 +35,9 @@ and to 0 otherwise. */ #undef HAVE_REALLOC +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -- 2.47.3