libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 14b7b4d3b1faad237948b4cfa2ca99d14f77e336
parent b6dcf9d2596101272f6fd82f4dcc83c2337c4a79
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 25 Sep 2022 19:16:37 +0300

w32: updated custom MHD_config.h file

Diffstat:
Mw32/common/MHD_config.h | 44+++++++++++++++++++++++---------------------
1 file changed, 23 insertions(+), 21 deletions(-)

diff --git 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 <inttypes.h> header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the <limits.h> header file. */ +#define HAVE_LIMITS_H 1 + +/* Define to 1 if you have the <stddef.h> header file. */ +#define HAVE_STDDEF_H 1 + +/* Define to 1 if you have the <stdlib.h> header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the <string.h> header file. */ +#define HAVE_STRING_H 1 + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the <time.h> 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 <stdbool.h> header file and <stdbool.h> 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 <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 -/* Define to 1 if you have the <inttypes.h> header file. */ -#define HAVE_INTTYPES_H 1 - -/* Define to 1 if you have the <limits.h> header file. */ -#define HAVE_LIMITS_H 1 - /* Define to 1 if you have the <locale.h> header file. */ #define HAVE_LOCALE_H 1 @@ -216,27 +233,12 @@ /* Define to 1 if you have the <stdio.h> header file. */ #define HAVE_STDIO_H 1 -/* Define to 1 if you have the <stdlib.h> header file. */ -#define HAVE_STDLIB_H 1 - /* Define to 1 if you have the <strings.h> header file. */ #define HAVE_STRINGS_H 1 -/* Define to 1 if you have the <string.h> header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 - /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 -/* Define to 1 if you have the <time.h> header file. */ -#define HAVE_TIME_H 1 - -/* Define to 1 if you have the <stddef.h> header file. */ -#define HAVE_STDDEF_H 1 - /* Define to 1 if you have the <windows.h> header file. */ #define HAVE_WINDOWS_H 1