diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-03-06 00:52:31 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-03-06 00:52:31 +0000 |
commit | 596c9d4b8f21bf36e746ab5c2941ebc79c45028b (patch) | |
tree | 9bc7da91645add08475dba5aca26265d80cb734c /gdb/acconfig.h | |
parent | 60e012f18daa8b786fae6a8ad92bb054ce6bd268 (diff) | |
download | gdb-596c9d4b8f21bf36e746ab5c2941ebc79c45028b.zip gdb-596c9d4b8f21bf36e746ab5c2941ebc79c45028b.tar.gz gdb-596c9d4b8f21bf36e746ab5c2941ebc79c45028b.tar.bz2 |
Configury changes for AIX5/IA-64.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index ba09e81..6a62bab 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 |