Locale.h and setenv()
authorAsanka Herath <asanka@secure-endpoints.com>
Tue, 1 Sep 2009 20:32:48 +0000 (16:32 -0400)
committerLove Hornquist Astrand <lha@h5l.org>
Tue, 24 Nov 2009 18:17:50 +0000 (10:17 -0800)
include/config.h.w32

index 1f0f7e9661a91c33a586da456f225c323ce03a76..017d025ebcab1ea7742a6f67f872971653b5b5eb 100644 (file)
@@ -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 <locale.h> 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 */