From ce9c63b32b9e31b3902de2987c81732540b89a1e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 6 Feb 2006 16:41:49 +0000 Subject: Updates to Windows stuff from Markus Mauhart. --- config.h.W32.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h.W32.template') diff --git a/config.h.W32.template b/config.h.W32.template index e0b4f6f..ce894ed 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -198,13 +198,13 @@ /*#define HAVE_STDINT_H 1*/ /* Define to 1 if you have the header file. */ -/* #define HAVE_STDLIB_H 1*/ +#define HAVE_STDLIB_H 1 /* Define to 1 if you have the `strcasecmp' function. */ /* #undef HAVE_STRCASECMP */ /* Define to 1 if you have the `strchr' function. */ -/* #define HAVE_STRCHR 1 */ +#define HAVE_STRCHR 1 /* Define to 1 if you have the `strcoll' function and it is properly defined. */ @@ -308,7 +308,7 @@ #define PACKAGE "%PACKAGE%" /* Define to 1 if the C compiler supports function prototypes. */ -/*#define PROTOTYPES 1*/ +#define PROTOTYPES 1 /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void -- cgit v1.2.3