All Win compilers have locale.h + setlocale().
authorGisle Vanem <gvanem@broadpark.no>
Tue, 19 Oct 2004 10:13:26 +0000 (10:13 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Tue, 19 Oct 2004 10:13:26 +0000 (10:13 +0000)
src/config-win32.h

index 92cb9f3..64a8ca9 100644 (file)
@@ -10,7 +10,7 @@
 
 /* Define if you have the <io.h> header file.  */
 #define HAVE_IO_H 1
+
 /* Define if you have the <limits.h> header file */
 #define HAVE_LIMITS_H 1
 
 /* Define if you have the <sys/utime.h> header file */
 #define HAVE_SYS_UTIME_H 1
 
+/* Define if you have the <locale.h> header file */
+#define HAVE_LOCALE_H 1
+
+/* Define if you have the setlocale() function. */
+#define HAVE_SETLOCALE 1
+
 /*************************************************
  * This section is for compiler specific defines.*
  *************************************************/