diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 12:38:59 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:55 +0100 |
commit | 350b922a8600b68529a55d5fcc05d4ebd9a45990 (patch) | |
tree | 97179757d7666e1d423c48fb63a18a021426ab9f /uconfig.h | |
parent | 9245da2a079b4997c421147be2ea97e85dad2589 (diff) | |
download | perl-350b922a8600b68529a55d5fcc05d4ebd9a45990.tar.gz |
Rely on C89 <limits.h>
This requires newer metaconfig units that also rely on C89 <limits.h>.
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 27 |
1 files changed, 10 insertions, 17 deletions
@@ -70,14 +70,6 @@ */ /*#define 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. - */ -/*#define HAS_DBL_DIG / **/ - /* HAS_DIFFTIME: * This symbol, if defined, indicates that the difftime routine is * available. @@ -647,13 +639,6 @@ */ /*#define 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. - */ -/*#define I_LIMITS / **/ - /* I_LOCALE: * This symbol, if defined, indicates to the C program that it should * include <locale.h>. @@ -1549,6 +1534,14 @@ #define 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. + */ +/*#define HAS_DBL_DIG / **/ + /* HAS_DLADDR: * This symbol, if defined, indicates that the dladdr() routine is * available to query dynamic linker information for an address. @@ -5249,6 +5242,6 @@ #endif /* Generated from: - * ef59adc025306aceebb47a7515e514357b77e44a359af4bc0bf5d52082e41a26 config_h.SH - * d40282b246b20f1f20a5febcae42b3ac44234c5a1c1a2df89e5ac77a54830cca uconfig.sh + * 82aa50fd961b36e3bc3ab644715698645fed961055bc70f4ad44ad88f51c25b0 config_h.SH + * 37da610aa9e38f4374ef9ce47cd7cd08240a33511faa8ee028f9e33ee76587ca uconfig.sh * ex: set ro: */ |