aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-08-09 19:20:13 +0000
committerMark Kettenis <kettenis@gnu.org>2004-08-09 19:20:13 +0000
commit086ec9ebe923dd44c4b21dad2b4151184c438acf (patch)
treed1e601af16a892bad94de92847417d006cede3e9 /gdb/config.in
parent6a89fc9c759ee25ad938af8c747d9fd265ef2be3 (diff)
downloadfsf-binutils-gdb-086ec9ebe923dd44c4b21dad2b4151184c438acf.zip
fsf-binutils-gdb-086ec9ebe923dd44c4b21dad2b4151184c438acf.tar.gz
fsf-binutils-gdb-086ec9ebe923dd44c4b21dad2b4151184c438acf.tar.bz2
* configure.in: Check for <sys/types.h>. Check return and
argument types of ptrace. * configure, config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index ac2c267..8b5c96f 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -386,6 +386,9 @@
/* Define if you have the <sys/syscall.h> header file. */
#undef HAVE_SYS_SYSCALL_H
+/* Define if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
/* Define if you have the <sys/user.h> header file. */
#undef HAVE_SYS_USER_H
@@ -459,6 +462,18 @@
/* Define to 1 if we found this declaration otherwise define to 0. */
#undef HAVE_DECL_GETOPT
+/* Define to 1 if we found this declaration otherwise define to 0. */
+#undef HAVE_DECL_PTRACE
+
+/* Define as the return type of ptrace. */
+#undef PTRACE_TYPE_RET
+
+/* Define to the type of arg 3 for ptrace. */
+#undef PTRACE_TYPE_ARG3
+
+/* Define to the type of arg 5 for ptrace. */
+#undef PTRACE_TYPE_ARG5
+
/* Define if sigsetjmp is available. */
#undef HAVE_SIGSETJMP