aboutsummaryrefslogtreecommitdiff
path: root/w32/common/MHD_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'w32/common/MHD_config.h')
-rw-r--r--w32/common/MHD_config.h44
1 files changed, 23 insertions, 21 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 04e39ea3..c6acf32e 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -134,6 +134,27 @@
134/* Define if you have usable assert() and assert.h */ 134/* Define if you have usable assert() and assert.h */
135#define HAVE_ASSERT 1 135#define HAVE_ASSERT 1
136 136
137/* Define to 1 if you have the <inttypes.h> header file. */
138#define HAVE_INTTYPES_H 1
139
140/* Define to 1 if you have the <limits.h> header file. */
141#define HAVE_LIMITS_H 1
142
143/* Define to 1 if you have the <stddef.h> header file. */
144#define HAVE_STDDEF_H 1
145
146/* Define to 1 if you have the <stdlib.h> header file. */
147#define HAVE_STDLIB_H 1
148
149/* Define to 1 if you have the <string.h> header file. */
150#define HAVE_STRING_H 1
151
152/* Define to 1 if you have the <sys/stat.h> header file. */
153#define HAVE_SYS_STAT_H 1
154
155/* Define to 1 if you have the <time.h> header file. */
156#define HAVE_TIME_H 1
157
137#if _MSC_VER >= 1900 /* snprintf() supported natively since VS2015 */ 158#if _MSC_VER >= 1900 /* snprintf() supported natively since VS2015 */
138/* Define to 1 if you have the `snprintf' function. */ 159/* Define to 1 if you have the `snprintf' function. */
139#define HAVE_SNPRINTF 1 160#define HAVE_SNPRINTF 1
@@ -148,6 +169,8 @@
148/* Define to 1 if you have the <stdbool.h> header file and <stdbool.h> defines 169/* Define to 1 if you have the <stdbool.h> header file and <stdbool.h> defines
149 'bool' type. */ 170 'bool' type. */
150#define HAVE_STDBOOL_H 1 171#define HAVE_STDBOOL_H 1
172/* Define to 1 if you have the real boolean type. */
173#define HAVE_REAL_BOOL 1
151#else /* before VS 2013 */ 174#else /* before VS 2013 */
152 175
153/* Define to type name which will be used as boolean type. */ 176/* Define to type name which will be used as boolean type. */
@@ -192,12 +215,6 @@
192/* Define to 1 if you have the <fcntl.h> header file. */ 215/* Define to 1 if you have the <fcntl.h> header file. */
193#define HAVE_FCNTL_H 1 216#define HAVE_FCNTL_H 1
194 217
195/* Define to 1 if you have the <inttypes.h> header file. */
196#define HAVE_INTTYPES_H 1
197
198/* Define to 1 if you have the <limits.h> header file. */
199#define HAVE_LIMITS_H 1
200
201/* Define to 1 if you have the <locale.h> header file. */ 218/* Define to 1 if you have the <locale.h> header file. */
202#define HAVE_LOCALE_H 1 219#define HAVE_LOCALE_H 1
203 220
@@ -216,27 +233,12 @@
216/* Define to 1 if you have the <stdio.h> header file. */ 233/* Define to 1 if you have the <stdio.h> header file. */
217#define HAVE_STDIO_H 1 234#define HAVE_STDIO_H 1
218 235
219/* Define to 1 if you have the <stdlib.h> header file. */
220#define HAVE_STDLIB_H 1
221
222/* Define to 1 if you have the <strings.h> header file. */ 236/* Define to 1 if you have the <strings.h> header file. */
223#define HAVE_STRINGS_H 1 237#define HAVE_STRINGS_H 1
224 238
225/* Define to 1 if you have the <string.h> header file. */
226#define HAVE_STRING_H 1
227
228/* Define to 1 if you have the <sys/stat.h> header file. */
229#define HAVE_SYS_STAT_H 1
230
231/* Define to 1 if you have the <sys/types.h> header file. */ 239/* Define to 1 if you have the <sys/types.h> header file. */
232#define HAVE_SYS_TYPES_H 1 240#define HAVE_SYS_TYPES_H 1
233 241
234/* Define to 1 if you have the <time.h> header file. */
235#define HAVE_TIME_H 1
236
237/* Define to 1 if you have the <stddef.h> header file. */
238#define HAVE_STDDEF_H 1
239
240/* Define to 1 if you have the <windows.h> header file. */ 242/* Define to 1 if you have the <windows.h> header file. */
241#define HAVE_WINDOWS_H 1 243#define HAVE_WINDOWS_H 1
242 244