summaryrefslogtreecommitdiff
path: root/config.h.W32.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-02-06 16:41:49 +0000
committerPaul Smith <psmith@gnu.org>2006-02-06 16:41:49 +0000
commit14afdd86bd15e55a4fe23a4e1f03293ef55187ea (patch)
treec9592c7034b411b9d5df06558843934e545212fe /config.h.W32.template
parentd1ccdd1ef1f9d47c8c5045c99c6fd790ea27e4c0 (diff)
downloadmake-14afdd86bd15e55a4fe23a4e1f03293ef55187ea.tar.gz
Updates to Windows stuff from Markus Mauhart.
Diffstat (limited to 'config.h.W32.template')
-rw-r--r--config.h.W32.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.W32.template b/config.h.W32.template
index e0b4f6ff..ce894ed8 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