From 4cf953678d06346de07d3d64fe5bc650cbc01bf6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Aug 2002 22:52:50 +0000 Subject: Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch --- include/curl/curl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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; -- cgit v1.2.3