Commit 8e2f57c8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent c3323b19
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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*/