]> granicus.if.org Git - json-c/commitdiff
Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 1 Apr 2013 01:34:28 +0000 (20:34 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 1 Apr 2013 01:34:28 +0000 (20:34 -0500)
config.h.in

index f44c8ed48458cfc3f219751362262933eb3f8149..b8b2d17ef09580a2ae50b75649e69bb856a14fae 100644 (file)
@@ -18,6 +18,9 @@
 /* Define to 1 if you have the <limits.h> header file. */
 #undef HAVE_LIMITS_H
 
+/* Define to 1 if you have the <locale.h> 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