minor changes

This commit is contained in:
Daniel Stenberg
2002-01-03 09:43:17 +00:00
parent dd06dcebe1
commit 6aaee5f23b
3 changed files with 11 additions and 4 deletions

View File

@@ -570,8 +570,8 @@ struct UserDefined {
bool http_fail_on_error;
bool http_follow_location;
bool http_include_header;
#define include_header http_include_header
bool include_header;
#define http_include_header include_header /* former name */
bool http_set_referer;
bool http_auto_referer; /* set "correct" referer when following location: */