summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-12-02 15:40:56 +0000
committerAndrew Cagney <cagney@redhat.com>2000-12-02 15:40:56 +0000
commitbd56f1e3056b3ed9c0e0cacce8eaa62e42da56ac (patch)
tree24716d393956c32fb0575cb1c3b792d86a5d14a1 /gdb/config.in
parentf61fe204a2896b7d146ba4335c4be0392432247b (diff)
downloadgdb-bd56f1e3056b3ed9c0e0cacce8eaa62e42da56ac.tar.gz
Add check for vfork() to configure.in. Cleanup uses.
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 bfb15cd3ef9..f6f00318b8a 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -225,6 +225,9 @@
/* Define if you have the strchr function. */
#undef HAVE_STRCHR
+/* Define if you have the vfork function. */
+#undef HAVE_VFORK
+
/* Define if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H