summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-13 12:38:59 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:55 +0100
commit350b922a8600b68529a55d5fcc05d4ebd9a45990 (patch)
tree97179757d7666e1d423c48fb63a18a021426ab9f /config_h.SH
parent9245da2a079b4997c421147be2ea97e85dad2589 (diff)
downloadperl-350b922a8600b68529a55d5fcc05d4ebd9a45990.tar.gz
Rely on C89 <limits.h>
This requires newer metaconfig units that also rely on C89 <limits.h>.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH23
1 files changed, 8 insertions, 15 deletions
diff --git a/config_h.SH b/config_h.SH
index aa0f9114f8..b59ed49b2a 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -105,14 +105,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_cuserid HAS_CUSERID /**/
-/* HAS_DBL_DIG:
- * This symbol, if defined, indicates that this system's <float.h>
- * or <limits.h> defines the symbol DBL_DIG, which is the number
- * of significant digits in a double precision number. If this
- * symbol is not defined, a guess of 15 is usually pretty good.
- */
-#$d_dbl_dig HAS_DBL_DIG /**/
-
/* HAS_DIFFTIME:
* This symbol, if defined, indicates that the difftime routine is
* available.
@@ -682,13 +674,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_gdbm I_GDBM /**/
-/* I_LIMITS:
- * This symbol, if defined, indicates to the C program that it should
- * include <limits.h> to get definition of symbols like WORD_BIT or
- * LONG_MAX, i.e. machine dependant limitations.
- */
-#$i_limits I_LIMITS /**/
-
/* I_LOCALE:
* This symbol, if defined, indicates to the C program that it should
* include <locale.h>.
@@ -1584,6 +1569,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#define CSH "$full_csh" /**/
#endif
+/* HAS_DBL_DIG:
+ * This symbol, if defined, indicates that this system's <float.h>
+ * or <limits.h> defines the symbol DBL_DIG, which is the number
+ * of significant digits in a double precision number. If this
+ * symbol is not defined, a guess of 15 is usually pretty good.
+ */
+#$d_dbl_dig HAS_DBL_DIG /**/
+
/* HAS_DLADDR:
* This symbol, if defined, indicates that the dladdr() routine is
* available to query dynamic linker information for an address.