From 13a09c7cb443b62dfcf78277110ee3bc6a29fa97 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 29 Oct 2006 19:18:47 +0000 Subject: [PATCH] 2006-10-29 H.J. Lu PR binutils/3384 * configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h. * configure: Regenerated. * config.in: Likewise. * readelf.c: Include and for PATH_MAX. (program_interpreter): Allocate PATH_MAX bytes instead of 64. (process_program_headers): Don't assume that program interpreter is shorter than 64 characters. --- binutils/config.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/binutils/config.in b/binutils/config.in index 2194c7a..e3a178b 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -79,6 +79,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -115,6 +118,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -- 2.7.4