diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 3 |
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; |