diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
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 |