]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
djgpp has locale.h and setlocale().
authorGisle Vanem <gvanem@broadpark.no>
Tue, 19 Oct 2004 10:14:06 +0000 (10:14 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Tue, 19 Oct 2004 10:14:06 +0000 (10:14 +0000)
lib/config.dj

index 01dd82ccf66f8ed3049bd0c9a572a8896c856664..378e8a968da0461c70d3c2fd518b24849e0d6b57 100644 (file)
@@ -27,6 +27,7 @@
 #define HAVE_IOCTLSOCKET       1
 #define HAVE_INET_PTON         1
 #define HAVE_INET_NTOP         1
+#define HAVE_LOCALE_H          1
 #define HAVE_LONGLONG          1
 #define HAVE_MALLOC_H          1
 #define HAVE_MEMORY_H          1
@@ -37,6 +38,7 @@
 #define HAVE_PERROR            1
 #define HAVE_SELECT            1
 #define HAVE_SETJMP_H          1
+#define HAVE_SETLOCALE         1
 #define HAVE_SETVBUF           1
 #define HAVE_SIGNAL            1
 #define HAVE_SIGACTION         1