aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
Diffstat (limited to 'w32')
-rw-r--r--w32/common/MHD_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 0101756a..793e353c 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -139,6 +139,10 @@
139/* Define to 1 if you have the <stddef.h> header file. */ 139/* Define to 1 if you have the <stddef.h> header file. */
140#define HAVE_STDDEF_H 1 140#define HAVE_STDDEF_H 1
141 141
142/* Define to 1 if you have the <stdbool.h> header file and <stdbool.h> defines
143'bool' type. */
144#define HAVE_STDBOOL_H 1
145
142 146
143/* *** Other useful staff *** */ 147/* *** Other useful staff *** */
144 148