diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2005-03-22 10:37:26 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2005-03-22 10:37:26 +0000 |
commit | bd7021d05bb365cdd84cdf93a53fc597e4052121 (patch) | |
tree | 61b1fb7070cfeb72c04c056bdce47c175c882046 /ares | |
parent | 1a1455560512cede3685d23709b45f24133d1d76 (diff) |
CURL_EXTERN is already in <curl/curl.h>.
Diffstat (limited to 'ares')
-rw-r--r-- | ares/ares_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ares/ares_private.h b/ares/ares_private.h index 1b2b40798..95bba1a98 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 |