summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2010-09-02 17:12:32 +0000
committerDaniel Jacobowitz <dan@debian.org>2010-09-02 17:12:32 +0000
commit5c05b641346f70bd4884766ad38b67735618fbe2 (patch)
tree8fb22cdf15aa2d8cfd30d13a0ede3f5226ed5d22 /gdb/config.in
parent812ad48c254399696c0aa73e92753e5b40929c1b (diff)
downloadgdb-5c05b641346f70bd4884766ad38b67735618fbe2.tar.gz
* config.in, configure: Regenerated.
* configure.ac: Check for waitpid. * ser-pipe.c (pipe_close): Wait for the program to exit.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 76591812c39..173cd3d8b47 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -676,6 +676,9 @@
/* Define to 1 if you have the <vfork.h> header file. */
#undef HAVE_VFORK_H
+/* Define to 1 if you have the `waitpid' function. */
+#undef HAVE_WAITPID
+
/* Define to 1 if you have the <wait.h> header file. */
#undef HAVE_WAIT_H