Loading configure.in +2 −0 Original line number Diff line number Diff line Loading @@ -469,6 +469,8 @@ else dnl is there a localtime_r() CURL_CHECK_LOCALTIME_R() AC_CHECK_FUNCS( gmtime_r ) fi dnl ********************************************************************** Loading lib/http.c +1 −1 Original line number Diff line number Diff line Loading @@ -735,7 +735,7 @@ CURLcode Curl_http(struct connectdata *conn) * equal to UTC (Coordinated Universal Time)." (see page 20 of RFC2616). */ #ifdef HAVE_LOCALTIME_R #ifdef HAVE_GMTIME_R /* thread-safe version */ /* We assume that the presense of localtime_r() proves the presense of gmtime_r() which is a bit ugly but might work */ Loading Loading
configure.in +2 −0 Original line number Diff line number Diff line Loading @@ -469,6 +469,8 @@ else dnl is there a localtime_r() CURL_CHECK_LOCALTIME_R() AC_CHECK_FUNCS( gmtime_r ) fi dnl ********************************************************************** Loading
lib/http.c +1 −1 Original line number Diff line number Diff line Loading @@ -735,7 +735,7 @@ CURLcode Curl_http(struct connectdata *conn) * equal to UTC (Coordinated Universal Time)." (see page 20 of RFC2616). */ #ifdef HAVE_LOCALTIME_R #ifdef HAVE_GMTIME_R /* thread-safe version */ /* We assume that the presense of localtime_r() proves the presense of gmtime_r() which is a bit ugly but might work */ Loading