All Win compilers have locale.h + setlocale().

This commit is contained in:
Gisle Vanem 2004-10-19 10:13:26 +00:00
parent 7b95a25adc
commit 9296d9deb8
1 changed files with 7 additions and 1 deletions

View 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
@ -26,6 +26,12 @@
/* 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.*
*************************************************/