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/config.in | |
parent | 60e012f18daa8b786fae6a8ad92bb054ce6bd268 (diff) | |
download | binutils-596c9d4b8f21bf36e746ab5c2941ebc79c45028b.tar.gz binutils-596c9d4b8f21bf36e746ab5c2941ebc79c45028b.tar.bz2 binutils-596c9d4b8f21bf36e746ab5c2941ebc79c45028b.zip |
Configury changes for AIX5/IA-64.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index b66c7368246..032da3d1c9e 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -309,6 +309,9 @@ /* Define if you have the <sys/dir.h> header file. */ #undef HAVE_SYS_DIR_H +/* Define if you have the <sys/fault.h> header file. */ +#undef HAVE_SYS_FAULT_H + /* Define if you have the <sys/file.h> header file. */ #undef HAVE_SYS_FILE_H @@ -336,6 +339,9 @@ /* Define if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H +/* Define if you have the <sys/syscall.h> header file. */ +#undef HAVE_SYS_SYSCALL_H + /* Define if you have the <sys/user.h> header file. */ #undef HAVE_SYS_USER_H @@ -444,3 +450,15 @@ /* Define if <sys/procfs.h> has psaddr_t. */ #undef HAVE_PSADDR_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 + |