From 38c994a7aec3280b42c26c626030ee6441554608 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Jun 2002 15:47:01 +0000 Subject: put #ifdefs around the sigjmp_buf declaration too, as it should be --- lib/url.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.3