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 /NetWare | |
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 'NetWare')
-rw-r--r-- | NetWare/config.wc | 1 | ||||
-rw-r--r-- | NetWare/config_H.wc | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index 736591c990..35f3d8d5f9 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -791,7 +791,6 @@ i_time='define' i_unistd='undef' i_ustat='undef' i_utime='define' -i_values='undef' i_vfork='undef' i_wchar='undef' i_xlocale='undef' diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc index 6f2a13a4dd..3a4eda6830 100644 --- a/NetWare/config_H.wc +++ b/NetWare/config_H.wc @@ -805,14 +805,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. |