aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorFelix Lee <flee@cygnus>1998-10-14 01:15:01 +0000
committerFelix Lee <flee@cygnus>1998-10-14 01:15:01 +0000
commit37f58dce035aab53cedc36c2bd250b3432848265 (patch)
tree22bcf1afbf2a735b601e89167a1bb405877d4c28 /gdb/acconfig.h
parentad3b8c4a1a37dc966ddbcc687dcf78ec1f80022f (diff)
downloadgdb-37f58dce035aab53cedc36c2bd250b3432848265.zip
gdb-37f58dce035aab53cedc36c2bd250b3432848265.tar.gz
gdb-37f58dce035aab53cedc36c2bd250b3432848265.tar.bz2
* 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.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h4
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