gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/02: W32 projects: updated custom MHD_config.h


From: gnunet
Subject: [libmicrohttpd] 01/02: W32 projects: updated custom MHD_config.h
Date: Wed, 18 May 2022 09:20:30 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 5d28b72d6991416cb954a0b7d077565f3158810b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue May 17 11:30:06 2022 +0300

    W32 projects: updated custom MHD_config.h
---
 w32/common/MHD_config.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 2c51237a..7a658d7b 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -43,9 +43,15 @@
 /* The size of `tv_sec' member of `struct timeval', as computed by sizeof */
 #define SIZEOF_STRUCT_TIMEVAL_TV_SEC 4
 
+/* The size of `int64_t', as computed by sizeof. */
+#define SIZEOF_INT64_T 8
+
 /* The size of `uint64_t', as computed by sizeof. */
 #define SIZEOF_UINT64_T 8
 
+/* The size of `int', as computed by sizeof. */
+#define SIZEOF_INT 4
+
 /* The size of `unsigned int', as computed by sizeof. */
 #define SIZEOF_UNSIGNED_INT 4
 
@@ -77,6 +83,9 @@
 /* Enable HTTP Upgrade support. */
 #define UPGRADE_SUPPORT 1
 
+/* Enable HTTP cookie parsing support. */
+#define COOKIE_SUPPORT 1
+
 /* *** OS features *** */
 
 /* Provides IPv6 headers */

-- 
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]