diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 7b9b0b0..933c287 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -120,6 +120,10 @@ /* 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 + /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT |