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 /uconfig.h | |
parent | 65c0a6d4ad725c5431a0ccbfddf59ffdbab6330c (diff) | |
download | perl-ab2bb8aa34c9c9d6912e7103eba65d0a722bc93d.tar.gz |
Regenerate Configure and frieds after backport
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -3568,12 +3568,6 @@ */ /*#define 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. - */ -/*#define USE_STRICT_BY_DEFAULT / * use strict by default */ - /* USE_DYNAMIC_LOADING: * This symbol, if defined, indicates that dynamic loading of * some sort is available. @@ -4220,6 +4214,12 @@ */ /*#define USE_C_BACKTRACE / **/ +/* USE_STRICT_BY_DEFAULT: + * This symbol, if defined, enables additional defaults. + * At this time it only enables implicit strict by default. + */ +/*#define USE_STRICT_BY_DEFAULT / * use strict by default */ + /* USE_DTRACE: * This symbol, if defined, indicates that Perl should * be built with support for DTrace. @@ -5282,6 +5282,6 @@ #endif /* Generated from: - * 53ec858c462f9fa2669095834b3d350458c955777a07a0ad7a3a73162ff8ef0e config_h.SH + * 6edd641b187b02d0daa8cb53f5d22f2dcca115a0d3e744f51b0292d2db484ca5 config_h.SH * b53784d20c0f250807f47a3130cdc8e01a92da948e6747af87ebc24f11904722 uconfig.sh * ex: set ro: */ |