summaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-03-06 00:52:31 +0000
committerKevin Buettner <kevinb@redhat.com>2001-03-06 00:52:31 +0000
commitacad25ce4593f01b8dfdb6910d1b7bee4af61dae (patch)
tree408135203be5fcfa82eb3ba099a891bbbd3a186a /gdb/acconfig.h
parent0144c5ee1b5552a6a02581966162e68ddc59a4ad (diff)
downloadgdb-acad25ce4593f01b8dfdb6910d1b7bee4af61dae.tar.gz
Configury changes for AIX5/IA-64.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index ba09e8131b9..6a62bab2b4d 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -37,6 +37,18 @@
/* Define if <sys/procfs.h> has prfpregset32_t. */
#undef HAVE_PRFPREGSET32_T
+/* Define if <sys/procfs.h> has prsysent_t */
+#undef HAVE_PRSYSENT_T
+
+/* Define if <sys/procfs.h> has pr_sigset_t */
+#undef HAVE_PR_SIGSET_T
+
+/* Define if <sys/procfs.h> has pr_sigaction64_t */
+#undef HAVE_PR_SIGACTION64_T
+
+/* Define if <sys/procfs.h> has pr_siginfo64_t */
+#undef HAVE_PR_SIGINFO64_T
+
/* Define if <sys/link.h> has struct link_map32 */
#undef HAVE_STRUCT_LINK_MAP32