diff options
author | Paul Smith <psmith@gnu.org> | 2006-02-06 16:41:49 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-02-06 16:41:49 +0000 |
commit | ce9c63b32b9e31b3902de2987c81732540b89a1e (patch) | |
tree | c9592c7034b411b9d5df06558843934e545212fe /config.h.W32.template | |
parent | a4e3523fe408158c15026a884d1515c34de27de6 (diff) | |
download | gunmake-ce9c63b32b9e31b3902de2987c81732540b89a1e.tar.gz |
Updates to Windows stuff from Markus Mauhart.
Diffstat (limited to 'config.h.W32.template')
-rw-r--r-- | config.h.W32.template | 6 |
1 files changed, 3 insertions, 3 deletions
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 <stdlib.h> 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 |