diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-23 19:13:46 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-23 19:13:46 +0000 |
commit | a451eef0cb4c54cbe5ec2d32f7cb773e999d564d (patch) | |
tree | 64868a9a44b9667e36f20169a0e9c39e713a113e /libiberty/config.in | |
parent | 65bcf503de49123432d4f9ff8344af729b738bb5 (diff) | |
download | gcc-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.in | 3 |
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 |