diff options
Diffstat (limited to 'lib/connect.h')
-rw-r--r-- | lib/connect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/connect.h b/lib/connect.h index c3e43cf66..a7cbc9bc2 100644 --- a/lib/connect.h +++ b/lib/connect.h @@ -122,12 +122,12 @@ void Curl_tcpnodelay(struct connectdata *conn, curl_socket_t sockfd); void Curl_conncontrol(struct connectdata *conn, int closeit -#ifdef CURLDEBUG +#ifdef DEBUGBUILD , const char *reason #endif ); -#ifdef CURLDEBUG +#ifdef DEBUGBUILD #define streamclose(x,y) Curl_conncontrol(x, CONNCTRL_STREAM, y) #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION, y) #define connkeep(x,y) Curl_conncontrol(x, CONNCTRL_KEEP, y) |