Loading lib/hostip.c +2 −2 Original line number Diff line number Diff line Loading @@ -76,8 +76,8 @@ /* The last #include file should be: */ #include "memdebug.h" #if defined(HAVE_ALARM) && defined(SIGALRM) && defined(HAVE_SIGSETJMP) \ && !defined(USE_ARES) #if defined(CURLRES_SYNCH) && \ defined(HAVE_ALARM) && defined(SIGALRM) && defined(HAVE_SIGSETJMP) /* alarm-based timeouts can only be used with all the dependencies satisfied */ #define USE_ALARM_TIMEOUT #endif Loading lib/url.c +3 −2 Original line number Diff line number Diff line Loading @@ -2489,11 +2489,12 @@ static void conn_free(struct connectdata *conn) Curl_llist_destroy(conn->done_pipe, NULL); /* possible left-overs from the async name resolvers */ #if defined(USE_ARES) #if defined(CURLRES_ASYNCH) Curl_safefree(conn->async.hostname); Curl_safefree(conn->async.os_specific); #elif defined(CURLRES_THREADED) #if defined(CURLRES_THREADED) Curl_destroy_thread_data(&conn->async); #endif #endif Curl_free_ssl_config(&conn->ssl_config); Loading lib/version.c +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ static curl_version_info_data version_info = { #ifdef CURLDEBUG | CURL_VERSION_CURLDEBUG #endif #ifdef USE_ARES #ifdef CURLRES_ASYNCH | CURL_VERSION_ASYNCHDNS #endif #ifdef HAVE_SPNEGO Loading Loading
lib/hostip.c +2 −2 Original line number Diff line number Diff line Loading @@ -76,8 +76,8 @@ /* The last #include file should be: */ #include "memdebug.h" #if defined(HAVE_ALARM) && defined(SIGALRM) && defined(HAVE_SIGSETJMP) \ && !defined(USE_ARES) #if defined(CURLRES_SYNCH) && \ defined(HAVE_ALARM) && defined(SIGALRM) && defined(HAVE_SIGSETJMP) /* alarm-based timeouts can only be used with all the dependencies satisfied */ #define USE_ALARM_TIMEOUT #endif Loading
lib/url.c +3 −2 Original line number Diff line number Diff line Loading @@ -2489,11 +2489,12 @@ static void conn_free(struct connectdata *conn) Curl_llist_destroy(conn->done_pipe, NULL); /* possible left-overs from the async name resolvers */ #if defined(USE_ARES) #if defined(CURLRES_ASYNCH) Curl_safefree(conn->async.hostname); Curl_safefree(conn->async.os_specific); #elif defined(CURLRES_THREADED) #if defined(CURLRES_THREADED) Curl_destroy_thread_data(&conn->async); #endif #endif Curl_free_ssl_config(&conn->ssl_config); Loading
lib/version.c +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ static curl_version_info_data version_info = { #ifdef CURLDEBUG | CURL_VERSION_CURLDEBUG #endif #ifdef USE_ARES #ifdef CURLRES_ASYNCH | CURL_VERSION_ASYNCHDNS #endif #ifdef HAVE_SPNEGO Loading