CURL_EXTERN is already in <curl/curl.h>.
authorGisle Vanem <gvanem@broadpark.no>
Tue, 22 Mar 2005 10:37:26 +0000 (10:37 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Tue, 22 Mar 2005 10:37:26 +0000 (10:37 +0000)
ares/ares_private.h

index 1b2b407..95bba1a 100644 (file)
@@ -164,9 +164,5 @@ int ares__read_line(FILE *fp, char **buf, int *bufsize);
    libcurl lowlevel code from within library is ugly and only works when
    c-ares is built and linked with a similarly debug-build libcurl, but we do
    this anyway for convenience. */
-#ifndef CURL_EXTERN
-/* ugly hack to make this compile */
-#define CURL_EXTERN
-#endif
 #include "../lib/memdebug.h"
 #endif