aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-11-25 18:45:22 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-11-25 18:45:22 +0000
commit602a14fb5d0e81e1f59bf8e1012cbb034d978fe4 (patch)
treebc4eb55a5e4c79ca7f2d96cb8ef6bb97d794fda8 /w32
parentbd05eb27037144c3058c30dc20640d4b1ffa68a3 (diff)
downloadlibmicrohttpd-602a14fb5d0e81e1f59bf8e1012cbb034d978fe4.tar.gz
libmicrohttpd-602a14fb5d0e81e1f59bf8e1012cbb034d978fe4.zip
Reduce last packet response delay observable with keep-alive on BSD and Darwin platforms
Diffstat (limited to 'w32')
-rw-r--r--w32/VS2013/MHD_config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/w32/VS2013/MHD_config.h b/w32/VS2013/MHD_config.h
index 645389b2..6a305a50 100644
--- a/w32/VS2013/MHD_config.h
+++ b/w32/VS2013/MHD_config.h
@@ -62,14 +62,6 @@
62 don't. */ 62 don't. */
63#define HAVE_DECL_SOCK_NONBLOCK 0 63#define HAVE_DECL_SOCK_NONBLOCK 0
64 64
65/* Define to 1 if you have the declaration of `TCP_CORK', and to 0 if you
66 don't. */
67#define HAVE_DECL_TCP_CORK 0
68
69/* Define to 1 if you have the declaration of `TCP_NOPUSH', and to 0 if you
70 don't. */
71#define HAVE_DECL_TCP_NOPUSH 0
72
73/* Define to 1 if you have the `_lseeki64' function. */ 65/* Define to 1 if you have the `_lseeki64' function. */
74#define HAVE___LSEEKI64 1 66#define HAVE___LSEEKI64 1
75 67