diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 11:12:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 11:12:27 +0000 |
commit | 8c45e2a6415a3a12231b88cd2791141ec809d163 (patch) | |
tree | 2c07bd4f447ca4c0623c4ca513ecfdbce468649b | |
parent | 25dc52016305f44777d39fb5c3fb52876781b11c (diff) |
Added disable-defines
-rw-r--r-- | acconfig.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 8eb303265..d84b28a4d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -64,3 +64,24 @@ /* Define this to 'int' if in_addr_t is not an available typedefed type */ #undef in_addr_t + +/* Define to disable DICT */ +#undef CURL_DISABLE_DICT + +/* Define to disable FILE */ +#undef CURL_DISABLE_FILE + +/* Define to disable FTP */ +#undef CURL_DISABLE_FTP + +/* Define to disable GOPHER */ +#undef CURL_DISABLE_GOPHER + +/* Define to disable HTTP */ +#undef CURL_DISABLE_HTTP + +/* Define to disable LDAP */ +#undef CURL_DISABLE_LDAP + +/* Define to disable TELNET */ +#undef CURL_DISABLE_TELNET |