aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-29 14:29:14 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-29 14:29:14 +0000
commitc960c18f1aed2a8666598aae23f128347a0a21c4 (patch)
treed8e68e5ba72311933f1128198a520abc42fe3df7 /gdb/config.in
parent2f9636ba507e18f348cdc34f5b523dfbd94c211d (diff)
downloadgdb-c960c18f1aed2a8666598aae23f128347a0a21c4.zip
gdb-c960c18f1aed2a8666598aae23f128347a0a21c4.tar.gz
gdb-c960c18f1aed2a8666598aae23f128347a0a21c4.tar.bz2
2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Andrew Cagney <cagney@redhat.com> * configure.in (mips-sgi-irix5*): Define _KMEMUSER for <sys/proc.h>. * acconfig.h: Provide default _KMEMUSER value. * config.in, configure: Re-generate. * NEWS: Mention fix.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index a1c2b0f..17d8cda 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -173,6 +173,12 @@
/* nativefile */
#undef GDB_NM_FILE
+/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works
+ around a <sys/proc.h> problem on IRIX 5. */
+#ifndef _KMEMUSER
+#undef _KMEMUSER
+#endif
+
/* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT