mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Dan Fandrich: make --disable-dict actually disable dict
This commit is contained in:
parent
c3323b1902
commit
8e2f57c82e
@ -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*/
|
||||
|
Loading…
Reference in New Issue
Block a user