diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 15:14:20 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:53:05 +0100 |
commit | be9d87ad962b0216d0ff92be75d90e3b36eeadb9 (patch) | |
tree | 7195d0c301f17f94354ddf1ce2c2237211dceaec /plan9 | |
parent | edb450b123b6d0746d07c89cc1fe31426753497c (diff) | |
download | perl-be9d87ad962b0216d0ff92be75d90e3b36eeadb9.tar.gz |
Don't try to use <values.h>
All the information it contains can be gleaned more readily from C89
<limits.h> and <float.h>.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 8 | ||||
-rw-r--r-- | plan9/config_h.sample | 8 | ||||
-rw-r--r-- | plan9/config_sh.sample | 1 |
3 files changed, 0 insertions, 17 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 0d42aae460..3ad7cc76f2 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -804,14 +804,6 @@ */ #define I_UTIME /**/ -/* I_VALUES: - * This symbol, if defined, indicates to the C program that it should - * include <values.h> to get definition of symbols like MINFLOAT or - * MAXLONG, i.e. machine dependant limitations. Probably, you - * should use <limits.h> instead, if it is available. - */ -/*#define I_VALUES / **/ - /* I_VFORK: * This symbol, if defined, indicates to the C program that it should * include vfork.h. diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 77c877221a..0bccc9fc06 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -767,14 +767,6 @@ */ #define I_UTIME /**/ -/* I_VALUES: - * This symbol, if defined, indicates to the C program that it should - * include <values.h> to get definition of symbols like MINFLOAT or - * MAXLONG, i.e. machine dependant limitations. Probably, you - * should use <limits.h> instead, if it is available. - */ -/*#define I_VALUES / **/ - /* I_VFORK: * This symbol, if defined, indicates to the C program that it should * include vfork.h. diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 8c0fa5144a..0055e3dcd8 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -803,7 +803,6 @@ i_time='define' i_unistd='define' i_ustat='undef' i_utime='define' -i_values='undef' i_vfork='undef' i_wchar='undef' i_xlocale='undef' |