summaryrefslogtreecommitdiff
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
commit76dc2e47bc51d217ae6f0fd8a2d022b1e384e837 (patch)
tree2e9c816b2baf40fedcc534aec6d762f02fede62d /gdb/config.in
parentd56227181ad11f30b1de5855b3c992c3fd455cb4 (diff)
downloadgdb-76dc2e47bc51d217ae6f0fd8a2d022b1e384e837.tar.gz
* 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 ac2c26764cb..8b5c96f35c0 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