summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-23 19:13:46 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-23 19:13:46 +0000
commita451eef0cb4c54cbe5ec2d32f7cb773e999d564d (patch)
tree64868a9a44b9667e36f20169a0e9c39e713a113e /libiberty/config.in
parent65bcf503de49123432d4f9ff8344af729b738bb5 (diff)
downloadgcc-a451eef0cb4c54cbe5ec2d32f7cb773e999d564d.tar.gz
* configure.in (AC_CHECK_HEADERS): Add limits.h.
* configure, config.in: Regenerate. * sort.c: Portably #include <limits.h> and/or <sys/param.h>. * strtol.c, strtoul.c: #include "config.h". Portably #include <limits.h> and/or <sys/param.h>. * Makefile.in (strtol.o, strtoul.o): Update dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35211 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index f9895c7c57a..ca4a90a4c0e 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -202,6 +202,9 @@
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H