aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-08 22:52:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-08 22:52:50 +0000
commit4cf953678d06346de07d3d64fe5bc650cbc01bf6 (patch)
treeb4f64e7b2bdcf1fc2f13f97db2c81595fd202ace /include
parentca5678c8c112bb31b3f4074a6526905027b57e38 (diff)
Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index c1f2e272a..53be2f5b2 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -561,6 +561,9 @@ typedef enum {
/* Instruct libcurl to use a smaller receive buffer */
CINIT(BUFFERSIZE, LONG, 98),
+
+ /* Instruct libcurl to do not use any signal/alarm handlers, even with timeouts. */
+ CINIT(NOSIGNAL, LONG, 99),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;