diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2004-10-19 10:13:26 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2004-10-19 10:13:26 +0000 |
commit | 9296d9deb8e0b957ca9880949d2b88e674461c1d (patch) | |
tree | dda312098a4a776cee8041a44e951d35ffb911a1 | |
parent | 7b95a25adc16620fc72427dbdf42472ce17a8a7d (diff) |
All Win compilers have locale.h + setlocale().
-rw-r--r-- | src/config-win32.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/config-win32.h b/src/config-win32.h index 92cb9f3b6..64a8ca986 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -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.* *************************************************/ |