-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
... and USE_ENVIRONMENT and --environment. It was once added for RISC OS support and its platform specific behavior has been annoying ever since. Added in commit c3c8bbd, mostly unchanged since then. Most probably not actually used for years. Closes curl#1463
- Loading branch information
Showing
10 changed files
with
3 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* | (__| |_| | _ <| |___ | ||
* \___|\___/|_| \_\_____| | ||
* | ||
* Copyright (C) 1998 - 2016, Daniel Stenberg, <[email protected]>, et al. | ||
* Copyright (C) 1998 - 2017, Daniel Stenberg, <[email protected]>, et al. | ||
* | ||
* This software is licensed as described in the file COPYING, which | ||
* you should have received as part of this distribution. The terms | ||
|
@@ -151,7 +151,6 @@ struct OperationConfig { | |
bool proxybasic; | ||
bool proxyanyauth; | ||
char *writeout; /* %-styled format string to output */ | ||
bool writeenv; /* write results to environment, if available */ | ||
struct curl_slist *quote; | ||
struct curl_slist *postquote; | ||
struct curl_slist *prequote; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | (__| |_| | _ <| |___ | ||
* \___|\___/|_| \_\_____| | ||
* | ||
* Copyright (C) 1998 - 2016, Daniel Stenberg, <[email protected]>, et al. | ||
* Copyright (C) 1998 - 2017, Daniel Stenberg, <[email protected]>, et al. | ||
* | ||
* This software is licensed as described in the file COPYING, which | ||
* you should have received as part of this distribution. The terms | ||
|
@@ -81,9 +81,6 @@ static const char *const helptext[] = { | |
" -D, --dump-header FILE Write the received headers to FILE", | ||
" --egd-file FILE EGD socket path for random data (SSL)", | ||
" --engine ENGINE Crypto engine (use \"--engine list\" for list) (SSL)", | ||
#ifdef USE_ENVIRONMENT | ||
" --environment Write results to environment variables (RISC OS)", | ||
#endif | ||
" --expect100-timeout SECONDS How long to wait for 100-continue (H)", | ||
" -f, --fail Fail silently (no output at all) on HTTP errors (H)", | ||
" --fail-early Fail on first transfer error, do not continue", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.