summaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2006-10-29 19:18:47 +0000
committerH.J. Lu <hjl@lucon.org>2006-10-29 19:18:47 +0000
commitb8998bc4bc3d5f993c3b6799a1aea64285a5db83 (patch)
tree330b22a2a5358d65b8455b368a8e109f527afcb2 /binutils/config.in
parent376dabc3ac181b872fb5c01b3826c351b6f6ff8a (diff)
downloadbinutils-redhat-b8998bc4bc3d5f993c3b6799a1aea64285a5db83.tar.gz
2006-10-29 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3384 * configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h. * configure: Regenerated. * config.in: Likewise. * readelf.c: Include <limits.h> and <sys/param.h> 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.
Diffstat (limited to 'binutils/config.in')
-rw-r--r--binutils/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in
index 2194c7aac7..e3a178b6a2 100644
--- a/binutils/config.in
+++ b/binutils/config.in
@@ -79,6 +79,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -115,6 +118,9 @@
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H