libmicrohttpd

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

commit 9fe0cd9b2922acf5e73e037530e9c54ce0b9d0fc
parent 9bca5e68c8a766d38ba94b44f67cc06c33ef0f9e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  1 Feb 2024 06:39:45 +0100

W32 VS: updated MHD_config.h

Diffstat:
Mw32/common/MHD_config.h | 17++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h @@ -74,6 +74,12 @@ /* Enable digest Auth support */ #define DAUTH_SUPPORT 1 +/* The default HTTP Digest Auth default maximum nc (nonce count) value */ +#define MHD_DAUTH_DEF_MAX_NC_ 1000 + +/* The default HTTP Digest Auth default nonce timeout value (in seconds) */ +#define MHD_DAUTH_DEF_TIMEOUT_ 90 + /* Enable MD5 hashing support. */ #define MHD_MD5_SUPPORT 1 @@ -100,6 +106,12 @@ /* Provides IPv6 headers */ #define HAVE_INET6 1 +/* Define to 1 if your system allow overriding the value of FD_SETSIZE macro */ +#define HAS_FD_SETSIZE_OVERRIDABLE 1 + +/* Define to system default value of FD_SETSIZE macro */ +#define MHD_SYS_FD_SETSIZE_ 64 + /* Define to use socketpair for inter-thread communication */ #define _MHD_ITC_SOCKETPAIR 1 @@ -134,9 +146,6 @@ /* 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 @@ -171,6 +180,8 @@ #define HAVE_STDBOOL_H 1 /* Define to 1 if you have the real boolean type. */ #define HAVE_REAL_BOOL 1 +/* Define to 1 if you have the real boolean type. */ +#define HAVE_BUILTIN_TYPE_BOOL 1 #else /* before VS 2013 */ /* Define to type name which will be used as boolean type. */