diff options
author | H.Merijn Brand <perl5@tux.freedom.nl> | 2021-02-14 14:37:41 +0100 |
---|---|---|
committer | H.Merijn Brand <perl5@tux.freedom.nl> | 2021-02-14 14:37:41 +0100 |
commit | ab2bb8aa34c9c9d6912e7103eba65d0a722bc93d (patch) | |
tree | 0e0b066b5e0356e98eca762acc8b9ef9bda70382 /config_h.SH | |
parent | 65c0a6d4ad725c5431a0ccbfddf59ffdbab6330c (diff) | |
download | perl-ab2bb8aa34c9c9d6912e7103eba65d0a722bc93d.tar.gz |
Regenerate Configure and frieds after backport
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH index dceb480e1f..8264f91dce 100755 --- a/config_h.SH +++ b/config_h.SH @@ -3603,12 +3603,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$default_inc_excludes_dot DEFAULT_INC_EXCLUDES_DOT /**/ -/* USE_STRICT_BY_DEFAULT: - * This symbol, if defined, enables additional defaults. - * At this time it only enables implicit strict by default. - */ -#$usedefaultstrict USE_STRICT_BY_DEFAULT /* use strict by default */ - /* USE_DYNAMIC_LOADING: * This symbol, if defined, indicates that dynamic loading of * some sort is available. @@ -4255,6 +4249,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$usecbacktrace USE_C_BACKTRACE /**/ +/* USE_STRICT_BY_DEFAULT: + * This symbol, if defined, enables additional defaults. + * At this time it only enables implicit strict by default. + */ +#$usedefaultstrict USE_STRICT_BY_DEFAULT /* use strict by default */ + /* USE_DTRACE: * This symbol, if defined, indicates that Perl should * be built with support for DTrace. |