From 82d6cfa7fcd03b477124b9cfcd7ce51646fe573e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 18 Oct 2004 13:37:18 +0000 Subject: Peter Wullinger pointed out that curl should call setlocale() properly to initiate the specific language operations, to make the IDN stuff work better. --- src/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config.h.in') 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 header file */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the 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 -- cgit v1.2.3