summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xConfigure13
-rw-r--r--Cross/config.sh-arm-linux1
-rw-r--r--Cross/config.sh-arm-linux-n7701
-rw-r--r--NetWare/config.wc1
-rw-r--r--NetWare/config_H.wc8
-rw-r--r--Porting/Glossary5
-rw-r--r--Porting/config.sh1
-rw-r--r--Porting/config_H8
-rwxr-xr-xconfig_h.SH8
-rw-r--r--configure.com1
-rw-r--r--perl.h12
-rw-r--r--plan9/config.plan98
-rw-r--r--plan9/config_h.sample8
-rw-r--r--plan9/config_sh.sample1
-rw-r--r--symbian/config.sh1
-rw-r--r--uconfig.h12
-rw-r--r--uconfig.sh1
-rw-r--r--uconfig64.sh1
-rw-r--r--win32/config.ce1
-rw-r--r--win32/config.gc1
-rw-r--r--win32/config.vc1
-rw-r--r--win32/config_H.ce8
-rw-r--r--win32/config_H.gc8
-rw-r--r--win32/config_H.vc8
24 files changed, 2 insertions, 116 deletions
diff --git a/Configure b/Configure
index 35099dcef3..d757b578b4 100755
--- a/Configure
+++ b/Configure
@@ -1070,7 +1070,6 @@ timeincl=''
i_unistd=''
i_ustat=''
i_utime=''
-i_values=''
i_vfork=''
i_wchar=''
d_inc_version_list=''
@@ -21480,25 +21479,15 @@ else
fi
$rm -f foo* bar*
-: see if this is a values.h system
-set values.h i_values
-eval $inhdr
-
: Check the max offset that gmtime and localtime accept
echo "Checking max offsets that gmtime () accepts"
-case $i_values in
- define) yyy="#include <values.h>" ;;
- *) yyy="" ;;
- esac
-
case "$sGMTIME_min/$sGMTIME_max" in
0/0|/)
$cat >try.c <<EOCP
#include <sys/types.h>
#include <stdio.h>
#include <time.h>
-$yyy
int i;
struct tm *tmp;
@@ -21577,7 +21566,6 @@ case "$sLOCALTIME_min/$sLOCALTIME_max" in
#include <sys/types.h>
#include <stdio.h>
#include <time.h>
-$yyy
int i;
struct tm *tmp;
@@ -24576,7 +24564,6 @@ i_time='$i_time'
i_unistd='$i_unistd'
i_ustat='$i_ustat'
i_utime='$i_utime'
-i_values='$i_values'
i_vfork='$i_vfork'
i_wchar='$i_wchar'
i_xlocale='$i_xlocale'
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 24f9a2bb45..935b64e449 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -809,7 +809,6 @@ i_time='define'
i_unistd='define'
i_ustat='define'
i_utime='define'
-i_values='define'
i_vfork='undef'
i_wchar='undef'
i_xlocale='undef'
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index ca0969270f..4f135aee7a 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -667,7 +667,6 @@ i_time='define'
i_unistd='define'
i_ustat='define'
i_utime='define'
-i_values='define'
i_vfork='undef'
ignore_versioned_solibs='y'
inc_version_list=' '
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.
diff --git a/Porting/Glossary b/Porting/Glossary
index b6a525d8c1..5aaa2bbc0a 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -3744,11 +3744,6 @@ i_utime (i_utime.U):
This variable conditionally defines the I_UTIME symbol, and indicates
whether a C program should include <utime.h>.
-i_values (i_values.U):
- This variable conditionally defines the I_VALUES symbol, and indicates
- whether a C program may include <values.h> to get symbols like MAXLONG
- and friends.
-
i_vfork (i_vfork.U):
This variable conditionally defines the I_VFORK symbol, and indicates
whether a C program should include vfork.h.
diff --git a/Porting/config.sh b/Porting/config.sh
index 0b616be452..7f9a7b34ab 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -827,7 +827,6 @@ i_time='undef'
i_unistd='define'
i_ustat='undef'
i_utime='define'
-i_values='undef'
i_vfork='undef'
i_wchar='undef'
i_xlocale='define'
diff --git a/Porting/config_H b/Porting/config_H
index 71aa2025ee..98d23c18f0 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -764,14 +764,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/config_h.SH b/config_h.SH
index ca35bad96a..b1b9c8c6c9 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -793,14 +793,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_utime 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.
- */
-#$i_values I_VALUES /**/
-
/* I_VFORK:
* This symbol, if defined, indicates to the C program that it should
* include vfork.h.
diff --git a/configure.com b/configure.com
index a44f401300..75ffbd0653 100644
--- a/configure.com
+++ b/configure.com
@@ -6621,7 +6621,6 @@ $ WC "i_time='define'"
$ WC "i_unistd='" + i_unistd + "'"
$ WC "i_ustat='undef'"
$ WC "i_utime='" + i_utime + "'"
-$ WC "i_values='undef'"
$ WC "i_vfork='undef'"
$ WC "i_wchar='undef'"
$ WC "i_xlocale='undef'"
diff --git a/perl.h b/perl.h
index 713caa3f87..0091b8d24e 100644
--- a/perl.h
+++ b/perl.h
@@ -1734,18 +1734,6 @@ typedef UVTYPE UV;
#include <limits.h>
-#ifdef I_VALUES
-# if !defined(DBL_MIN) || !defined(DBL_MAX)
-# include <values.h>
-# if defined(MAXDOUBLE) && !defined(DBL_MAX)
-# define DBL_MAX MAXDOUBLE
-# endif
-# if defined(MINDOUBLE) && !defined(DBL_MIN)
-# define DBL_MIN MINDOUBLE
-# endif
-# endif
-#endif /* defined(I_VALUES) */
-
typedef NVTYPE NV;
#ifdef I_IEEEFP
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'
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'
diff --git a/uconfig.h b/uconfig.h
index 9bceb3cb27..34664a02ea 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -758,14 +758,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.
@@ -5227,6 +5219,6 @@
#endif
/* Generated from:
- * 2d22094514b83bd987ad35ed557d99cd19f65621ee3870d0616b3c942e337faf config_h.SH
- * 4425baab434b1c600933b21fb798a0a73397dbac36deea56173e1ca5efc76582 uconfig.sh
+ * e81265de883a5cc39311fc0d3a54c848f4222c64f8b0f805900f87d6cbf1c244 config_h.SH
+ * faa4a2944bbf58412d06721da4266607432d610d9d2099beebd9c08eabdea983 uconfig.sh
* ex: set ro: */
diff --git a/uconfig.sh b/uconfig.sh
index 1f19f0c856..7b44d8e298 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -717,7 +717,6 @@ i_time='define'
i_unistd='undef'
i_ustat='undef'
i_utime='undef'
-i_values='undef'
i_vfork='undef'
i_wchar='undef'
i_xlocale='undef'
diff --git a/uconfig64.sh b/uconfig64.sh
index dcf41e112c..6ddb6c962e 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -717,7 +717,6 @@ i_time='define'
i_unistd='undef'
i_ustat='undef'
i_utime='undef'
-i_values='undef'
i_vfork='undef'
i_wchar='undef'
i_xlocale='undef'
diff --git a/win32/config.ce b/win32/config.ce
index 705c19ac2b..e706b24742 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -787,7 +787,6 @@ i_time='undef'
i_unistd='undef'
i_ustat='undef'
i_utime='define'
-i_values='undef'
i_vfork='undef'
i_wchar='undef'
i_xlocale='undef'
diff --git a/win32/config.gc b/win32/config.gc
index 47f6ba58d7..4681f29d91 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -801,7 +801,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/win32/config.vc b/win32/config.vc
index 27ede18925..efaec8df88 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -798,7 +798,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/win32/config_H.ce b/win32/config_H.ce
index 51ea1d7ee4..f61e9b4639 100644
--- a/win32/config_H.ce
+++ b/win32/config_H.ce
@@ -749,14 +749,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/win32/config_H.gc b/win32/config_H.gc
index 985ea49b11..e0bfcfda00 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -746,14 +746,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/win32/config_H.vc b/win32/config_H.vc
index e72b436927..1d1aacdb93 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -746,14 +746,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.