summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2014-08-20 11:07:25 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2014-08-20 11:07:25 +0200
commitdb8b8c75c9ae410a0e47828e501550fa4f47e811 (patch)
tree384403b8d1911652c8cbdac534e7acdc223f253c /config_h.SH
parentd77056b91a9b53a2805eb7e4266c5de49c8eebc4 (diff)
downloadperl-db8b8c75c9ae410a0e47828e501550fa4f47e811.tar.gz
Configure backports cause reorder
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH13
1 files changed, 6 insertions, 7 deletions
diff --git a/config_h.SH b/config_h.SH
index 168feee160..5dad5567a2 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -1935,6 +1935,11 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* C preprocessor can make decisions based on it. It is only
* defined if the system supports long doubles.
*/
+/* HAS_LDEXPL:
+ * This symbol, if defined, indicates that the ldexpl routine is
+ * available to shift a long double floating-point number
+ * by an integral power of 2.
+ */
/* LONG_DOUBLEKIND:
* LONG_DOUBLEKIND will be one of
* LONG_DOUBLE_IS_DOUBLE
@@ -1947,6 +1952,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* LONG_DOUBLE_IS_UNKNOWN_FORMAT
* It is only defined if the system supports long doubles.
*/
+#$d_ldexpl HAS_LDEXPL /**/
#$d_longdbl HAS_LONG_DOUBLE /**/
#ifdef HAS_LONG_DOUBLE
#define LONG_DOUBLESIZE $longdblsize /**/
@@ -3617,13 +3623,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_frexpl HAS_FREXPL /**/
-/* HAS_LDEXPL:
- * This symbol, if defined, indicates that the ldexpl routine is
- * available to shift a long double floating-point number
- * by an integral power of 2.
- */
-#$d_ldexpl HAS_LDEXPL /**/
-
/* HAS_STRUCT_FS_DATA:
* This symbol, if defined, indicates that the struct fs_data
* to do statfs() is supported.