From 106773f83654f4f5cd645c7cf4bb17d55414c5e3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 13 Oct 1995 22:03:11 +0000 Subject: [PATCH] Use system page size for obstack chunk size instead of 128, permitting override by application. Include missing patch from Andreas Schwab's changes. Fix up minor configuration problems. --- bfd/acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bfd/acconfig.h b/bfd/acconfig.h index 69c7ab0070a..3bf51033830 100644 --- a/bfd/acconfig.h +++ b/bfd/acconfig.h @@ -9,3 +9,6 @@ /* Name of host specific header file to include in trad-core.c. */ #undef TRAD_HEADER + +/* Define only if is available *and* it defines prstatus_t. */ +#undef HAVE_SYS_PROCFS_H -- 2.30.2