commit 5d28b72d6991416cb954a0b7d077565f3158810b
parent 129e28d390d5163384ef175fe4ad41735144c699
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 17 May 2022 11:30:06 +0300
W32 projects: updated custom MHD_config.h
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git 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 */