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 | 46d66012f163061da6633ca6f581d5d221ad5fa8 (patch) | |
tree | 36cae9e2a32cc57869ad2905e88d2108688c3920 /ares_private.h | |
parent | a4365e169c805a74dfec7aedabe470f279cd694b (diff) | |
download | c-ares-46d66012f163061da6633ca6f581d5d221ad5fa8.tar.gz c-ares-46d66012f163061da6633ca6f581d5d221ad5fa8.tar.bz2 c-ares-46d66012f163061da6633ca6f581d5d221ad5fa8.zip |
CURL_EXTERN is already in <curl/curl.h>.
Diffstat (limited to 'ares_private.h')
-rw-r--r-- | ares_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ares_private.h b/ares_private.h index 1b2b407..95bba1a 100644 --- a/ares_private.h +++ b/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 |