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 @@ /* Define if you have usable assert() and assert.h */ #define HAVE_ASSERT 1 +/* Define to 1 if you have the header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_LIMITS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDDEF_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_TIME_H 1 + #if _MSC_VER >= 1900 /* snprintf() supported natively since VS2015 */ /* Define to 1 if you have the `snprintf' function. */ #define HAVE_SNPRINTF 1 @@ -148,6 +169,8 @@ /* Define to 1 if you have the header file and defines 'bool' type. */ #define HAVE_STDBOOL_H 1 +/* Define to 1 if you have the real boolean type. */ +#define HAVE_REAL_BOOL 1 #else /* before VS 2013 */ /* Define to type name which will be used as boolean type. */ @@ -192,12 +215,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - /* Define to 1 if you have the header file. */ #define HAVE_LOCALE_H 1 @@ -216,27 +233,12 @@ /* Define to 1 if you have the header file. */ #define HAVE_STDIO_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_TIME_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDDEF_H 1 - /* Define to 1 if you have the header file. */ #define HAVE_WINDOWS_H 1