summaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-02-09 19:04:08 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-02-09 19:05:40 +0100
commit2a266c1c7c075f9faced0248ed3f870dac1fc749 (patch)
tree8d4b40101b70e2110c4e3101012765086ab3baa3 /src/Makefile.inc
parent705f0f7a5b6120bb783d139c9266b285a4c8acd8 (diff)
downloadcurl-2a266c1c7c075f9faced0248ed3f870dac1fc749.tar.gz
curl: use new library-side TCP_KEEPALIVE options
Use the new library CURLOPT_TCP_KEEPALIVE rather than disabling this via the sockopt callback. If --keepalive-time is used, apply the value to CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL.
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index 1660bc403..a43ac514c 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -22,7 +22,6 @@ CURL_CFILES = hugehelp.c \
tool_cb_prg.c \
tool_cb_rea.c \
tool_cb_see.c \
- tool_cb_skt.c \
tool_cb_wrt.c \
tool_cfgable.c \
tool_convert.c \
@@ -62,7 +61,6 @@ CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
tool_cb_prg.h \
tool_cb_rea.h \
tool_cb_see.h \
- tool_cb_skt.h \
tool_cb_wrt.h \
tool_cfgable.h \
tool_convert.h \