From: Daniel Stenberg Date: Tue, 11 Jun 2002 15:47:01 +0000 (+0000) Subject: put #ifdefs around the sigjmp_buf declaration too, as it should be X-Git-Tag: curl-7_9_8~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38c994a7aec3280b42c26c626030ee6441554608;p=curl put #ifdefs around the sigjmp_buf declaration too, as it should be --- diff --git a/lib/url.c b/lib/url.c index 0c47b2e0f..dcd0065a4 100644 --- a/lib/url.c +++ b/lib/url.c @@ -143,7 +143,9 @@ static unsigned int ConnectionStore(struct SessionHandle *data, #ifndef RETSIGTYPE #define RETSIGTYPE void #endif +#ifdef HAVE_SIGSETJMP extern sigjmp_buf curl_jmpenv; +#endif static RETSIGTYPE alarmfunc(int signal) {