From ee7d1d0701e8d7b87b5913c96f713b743196a2b0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Apr 2004 07:37:28 +0000 Subject: remove an long time #defined struct member and use the actual "real" name instead to make it easier to find/read --- lib/urldata.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index fb1150468..f138fc48c 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -868,9 +868,7 @@ struct UserDefined { bool http_fail_on_error; bool http_follow_location; bool http_disable_hostname_check_before_authentication; - bool include_header; -#define http_include_header include_header /* former name */ - + bool include_header; /* include received protocol headers in data output */ bool http_set_referer; bool http_auto_referer; /* set "correct" referer when following location: */ bool opt_no_body; /* as set with CURLOPT_NO_BODY */ -- cgit v1.2.3