diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2004-10-19 10:14:06 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2004-10-19 10:14:06 +0000 |
commit | ebf7d225036bb060402ee6a66988a3de877cdd1a (patch) | |
tree | eaeec9ac634cac2c25832c82318728b4f4b938f0 | |
parent | 9296d9deb8e0b957ca9880949d2b88e674461c1d (diff) |
djgpp has locale.h and setlocale().
-rw-r--r-- | lib/config.dj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/config.dj b/lib/config.dj index 01dd82ccf..378e8a968 100644 --- a/lib/config.dj +++ b/lib/config.dj @@ -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 |