mirror of
https://github.com/curl/curl.git
synced 2026-07-23 09:17:16 +03:00
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.
This commit is contained in:
parent
da6fa34f02
commit
fe7bb33af8
3 changed files with 20 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue