From 41afd0a13964508b261a42cf265acca03af1e834 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Tue, 1 Sep 2009 16:32:48 -0400 Subject: [PATCH] Locale.h and setenv() --- include/config.h.w32 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/config.h.w32 b/include/config.h.w32 index 1f0f7e966..017d025eb 100644 --- a/include/config.h.w32 +++ b/include/config.h.w32 @@ -566,6 +566,9 @@ static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } /* Define if you have the function `localtime_r'. */ /* #define HAVE_LOCALTIME_R 1 */ +/* Define to 1 if you have the header file. */ +#define HAVE_LOCALE_H 1 + /* Define to 1 if you have the `logout' function. */ /* #define HAVE_LOGOUT 1 */ @@ -1310,7 +1313,7 @@ static const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } /* #undef NEED_SECKEYGETCSPHANDLE_PROTO */ /* define if the system is missing a prototype for setenv() */ -/* #undef NEED_SETENV_PROTO */ +#define NEED_SETENV_PROTO 1 /* define if the system is missing a prototype for snprintf() */ /* #undef NEED_SNPRINTF_PROTO */ -- 2.11.4.GIT