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
commit818fa2bf213eeaa57c3d4121832abc8b80f57a36 (patch)
tree981a9acd66b3641feab49c80f767753f3db2fc2b /gdb/config.in
parentab5ba170e9111446867b2f522686d6e0b2fe3de6 (diff)
downloadbinutils-818fa2bf213eeaa57c3d4121832abc8b80f57a36.tar.gz
binutils-818fa2bf213eeaa57c3d4121832abc8b80f57a36.tar.bz2
binutils-818fa2bf213eeaa57c3d4121832abc8b80f57a36.zip
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