CURL_EXTERN is already in <curl/curl.h>.

This commit is contained in:
Gisle Vanem 2005-03-22 10:37:26 +00:00
parent 1a14555605
commit bd7021d05b
1 changed files with 0 additions and 4 deletions

View 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