aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-02-01 06:39:45 +0100
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-02-01 06:39:45 +0100
commit9fe0cd9b2922acf5e73e037530e9c54ce0b9d0fc (patch)
treea3a4dbb1733e94526e66f126b31a11d69e6a2b57
parent9bca5e68c8a766d38ba94b44f67cc06c33ef0f9e (diff)
downloadlibmicrohttpd-9fe0cd9b2922acf5e73e037530e9c54ce0b9d0fc.tar.gz
W32 VS: updated MHD_config.h
-rw-r--r--w32/common/MHD_config.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index c6acf32e..6c97799c 100644
--- 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. */