summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <perl5@tux.freedom.nl>2021-02-14 14:37:41 +0100
committerH.Merijn Brand <perl5@tux.freedom.nl>2021-02-14 14:37:41 +0100
commitab2bb8aa34c9c9d6912e7103eba65d0a722bc93d (patch)
tree0e0b066b5e0356e98eca762acc8b9ef9bda70382 /config_h.SH
parent65c0a6d4ad725c5431a0ccbfddf59ffdbab6330c (diff)
downloadperl-ab2bb8aa34c9c9d6912e7103eba65d0a722bc93d.tar.gz
Regenerate Configure and frieds after backport
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH12
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.