From 6d522c9c1dae070f73aae1022b09b68f9153959e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 29 May 2000 23:07:22 +0000 Subject: made getenv() more threadsafe for win32 --- lib/urldata.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 9960f6e70..5af199c2e 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -240,26 +240,27 @@ struct FTP { struct Configbits { bool ftp_append; bool ftp_ascii; - bool http_post; - bool http_set_referer; + bool ftp_list_only; + bool ftp_use_port; + bool hide_progress; bool http_fail_on_error; + bool http_follow_location; bool http_formpost; bool http_include_header; - bool http_follow_location; + bool http_post; bool http_put; + bool http_set_referer; + bool httpproxy; + bool mute; bool no_body; - bool ftp_list_only; - bool use_netrc; - bool ftp_use_port; + bool proxy_user_passwd; + bool proxystringalloc; /* the http proxy string is malloc()'ed */ bool set_port; bool set_range; - bool mute; - bool hide_progress; bool upload; + bool use_netrc; bool user_passwd; - bool proxy_user_passwd; bool verbose; - bool httpproxy; }; typedef size_t (*progress_callback)(void *clientp, -- cgit v1.2.3