mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:53:31 +03:00
parent
2e770b33e8
commit
dd71f61ea2
53 changed files with 65 additions and 84 deletions
|
|
@ -173,7 +173,7 @@ static int sys_crelnm(const char *logname,
|
|||
}
|
||||
|
||||
|
||||
/* Start of DECC RTL Feature handling */
|
||||
/* Start of DECC RTL Feature handling */
|
||||
|
||||
/*
|
||||
** Sets default value for a feature
|
||||
|
|
@ -213,7 +213,6 @@ static void set_features(void)
|
|||
/* We always want the new parse style */
|
||||
set_feature_default("DECC$ARGV_PARSE_STYLE", ENABLE);
|
||||
|
||||
|
||||
/* Unless we are in POSIX compliant mode, we want the old POSIX root
|
||||
* enabled.
|
||||
*/
|
||||
|
|
@ -244,7 +243,7 @@ static void set_features(void)
|
|||
/* Gets rid of output logs with single character lines in them. */
|
||||
set_feature_default("DECC$STDIO_CTX_EOL", ENABLE);
|
||||
|
||||
/* Fix mv aa.bb aa */
|
||||
/* Fix mv aa.bb aa */
|
||||
set_feature_default("DECC$RENAME_NO_INHERIT", ENABLE);
|
||||
|
||||
if(use_unix_settings) {
|
||||
|
|
@ -283,7 +282,7 @@ static void set_features(void)
|
|||
/* Set strtol to proper behavior */
|
||||
set_feature_default("DECC$STRTOL_ERANGE", ENABLE);
|
||||
|
||||
/* Commented here to prevent future bugs: A program or user should */
|
||||
/* Commented here to prevent future bugs: A program or user should */
|
||||
/* never ever enable DECC$POSIX_STYLE_UID. */
|
||||
/* It will probably break all code that accesses UIDs */
|
||||
/* do_not_set_default ("DECC$POSIX_STYLE_UID", TRUE); */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue