diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-13 20:09:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-13 20:09:38 +0000 |
commit | f7d6e147f1a64269e0e68b8e6c7d3a92eb6fa726 (patch) | |
tree | 8ef7e9af1235e222f852515a9548540be3f65a0a /docs | |
parent | aad1d3ce14eca5b319329507571fac96291f41ee (diff) | |
download | curl-f7d6e147f1a64269e0e68b8e6c7d3a92eb6fa726.tar.gz |
Daniel Cater added the mentioning of CURL_DISABLE_TFTP
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index e08b9581c..4a6f41401 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -307,6 +307,7 @@ Win32 CURL_DISABLE_TELNET disables TELNET CURL_DISABLE_DICT disables DICT CURL_DISABLE_FILE disables FILE + CURL_DISABLE_TFTP disables TFTP If you want to set any of these defines you have the following possibilities: |