gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: W32 VS: updated MHD_config.h


From: gnunet
Subject: [libmicrohttpd] branch master updated: W32 VS: updated MHD_config.h
Date: Thu, 01 Feb 2024 06:40:05 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 9fe0cd9b W32 VS: updated MHD_config.h
9fe0cd9b is described below

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

    W32 VS: updated MHD_config.h
---
 w32/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
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. */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]