CURLDEBUG is for the memory debugging
DEBUGBUILD is for the extra debug stuff
Pointed-out-by: Steve Holme
*/
void Curl_conncontrol(struct connectdata *conn,
int ctrl /* see defines in header */
-#ifdef CURLDEBUG
+#ifdef DEBUGBUILD
, const char *reason
#endif
)
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)