mirror of
https://github.com/curl/curl.git
synced 2026-05-14 15:56:20 +03:00
Dan Fandrich: make --disable-dict actually disable dict
This commit is contained in:
parent
c3323b1902
commit
8e2f57c82e
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue