From: Eric Haszlakiewicz Date: Mon, 1 Apr 2013 01:34:28 +0000 (-0500) Subject: Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. X-Git-Tag: json-c-0.11-20130402~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1b684971dd9fe2ab15c1973a0b7d0d563258cd1;p=thirdparty%2Fjson-c.git Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. --- 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