From 37f58dce035aab53cedc36c2bd250b3432848265 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Wed, 14 Oct 1998 01:15:01 +0000 Subject: * sol-thread.c (ps_pstop, etc): simple test for proc_service.h version didn't work for sol2.6; pushed it to autoconf. * configure.in (gdb_cv_proc_service_is_old): new test. * acconfig.h (PROC_SERVICE_IS_OLD): new define. * configure, config.in: regenerate. --- gdb/acconfig.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/acconfig.h') 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 on solaris uses int instead of + size_t, and assorted other type changes. */ +#undef PROC_SERVICE_IS_OLD -- cgit v1.1