From ef6f24a7ce99674262ee51e6cba2fcf798dd19f2 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 2 Feb 2007 15:31:32 +0000 Subject: move DEBUGF macro definition to setup_once.h --- lib/setup.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/setup.h') diff --git a/lib/setup.h b/lib/setup.h index 84acfcafd..813ef07bf 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -358,12 +358,6 @@ int fileno( FILE *stream); #endif #endif -#ifdef CURLDEBUG -#define DEBUGF(x) x -#else -#define DEBUGF(x) -#endif - /* non-configure builds may define CURL_WANTS_CA_BUNDLE_ENV */ #if defined(CURL_WANTS_CA_BUNDLE_ENV) && !defined(CURL_CA_BUNDLE) #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") -- cgit v1.2.3