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 /symbian/config.sh | |
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 'symbian/config.sh')
-rw-r--r-- | symbian/config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index dadc2feb55..c0976f946b 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -732,7 +732,6 @@ i_time='define' i_unistd='define' i_ustat='undef' i_utime='undef' -i_values='undef' i_varargs='undef' i_varhdr='stdarg.h' i_vfork='undef' |