Added disable-defines

This commit is contained in:
Daniel Stenberg 2002-06-11 11:12:27 +00:00
parent 25dc520163
commit 8c45e2a641
1 changed files with 21 additions and 0 deletions

View File

@ -64,3 +64,24 @@
/* Define this to 'int' if in_addr_t is not an available typedefed type */ /* Define this to 'int' if in_addr_t is not an available typedefed type */
#undef in_addr_t #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