Dan Fandrich: make --disable-dict actually disable dict

This commit is contained in:
Daniel Stenberg 2004-11-11 23:13:06 +00:00
parent c3323b1902
commit 8e2f57c82e

View File

@ -23,6 +23,8 @@
#include "setup.h"
#ifndef CURL_DISABLE_DICT
/* -- WIN32 approved -- */
#include <stdio.h>
#include <string.h>
@ -222,3 +224,4 @@ CURLcode Curl_dict(struct connectdata *conn)
return CURLE_OK;
}
#endif /*CURL_DISABLE_DICT*/