aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-14 12:39:50 +0000
committerYang Tse <yangsita@gmail.com>2008-07-14 12:39:50 +0000
commitfe7bb33af8d8b4e0ede43b4fa1caf7d8b00c7966 (patch)
tree7972712642de31e4a187ec74678ebb91606447ce /docs/INSTALL
parentda6fa34f021c5dfd3d0ecc9de6950497dc1a737a (diff)
HTTP_ONLY definition check in lib/setup.h is now done once that configuration
file has been included. In this way if symbol is defined in the config file it will no longer be ignored.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 4b2928b2b..6b0fd039c 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -332,10 +332,12 @@ Win32
CURL_DISABLE_DICT disables DICT
CURL_DISABLE_FILE disables FILE
CURL_DISABLE_TFTP disables TFTP
+ CURL_DISABLE_HTTP disables HTTP
If you want to set any of these defines you have the following
possibilities:
+ - Modify lib/config-win32.h
- Modify lib/setup.h
- Modify lib/Makefile.vc6
- Add defines to Project/Settings/C/C++/General/Preprocessor Definitions