aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-18 13:37:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-18 13:37:18 +0000
commit82d6cfa7fcd03b477124b9cfcd7ce51646fe573e (patch)
treeb3cc0c7b51be8bbd860c2d73df1a40555ad1fde0 /src/config.h.in
parent48750d5fc7c718da690749e19e745f307feed599 (diff)
Peter Wullinger pointed out that curl should call setlocale() properly to
initiate the specific language operations, to make the IDN stuff work better.
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 3bd44ab88..45eab3694 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -95,6 +95,12 @@
/* Define 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 you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
+
/* type to use in place of socklen_t if not defined */
#undef socklen_t