diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 5b9a924..565e692 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -63,3 +63,7 @@ /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES + +/* Define if <proc_service.h> on solaris uses int instead of + size_t, and assorted other type changes. */ +#undef PROC_SERVICE_IS_OLD |