diff --git a/acconfig.h b/acconfig.h index 8eb30326527c17e101fc450d1f2c000d7b8962bc..d84b28a4d5fd811b9efec765eb5f2eb5e1996079 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