From: Gisle Vanem Date: Tue, 22 Mar 2005 10:37:26 +0000 (+0000) Subject: CURL_EXTERN is already in . X-Git-Tag: curl-7_13_2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd7021d05bb365cdd84cdf93a53fc597e4052121;p=thirdparty%2Fcurl.git CURL_EXTERN is already in . --- diff --git a/ares/ares_private.h b/ares/ares_private.h index 1b2b40798c..95bba1a980 100644 --- a/ares/ares_private.h +++ b/ares/ares_private.h @@ -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