From 8e2f57c82e3e9cbd33f5be6cae4d96329c8a360b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Nov 2004 23:13:06 +0000 Subject: Dan Fandrich: make --disable-dict actually disable dict --- lib/dict.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/dict.c b/lib/dict.c index f8e402bcf..baddc40de 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -23,6 +23,8 @@ #include "setup.h" +#ifndef CURL_DISABLE_DICT + /* -- WIN32 approved -- */ #include #include @@ -222,3 +224,4 @@ CURLcode Curl_dict(struct connectdata *conn) return CURLE_OK; } +#endif /*CURL_DISABLE_DICT*/ -- cgit v1.2.3