From 92457a0bd8c26b2afecd51a1ef93f05f19d595fc Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 12 Feb 2000 16:25:11 +0000 Subject: [PATCH] Add vfork bits. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.in b/src/config.in index f1b37bf86e1..72928759558 100644 --- a/src/config.in +++ b/src/config.in @@ -167,6 +167,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_STDIO_EXT_H #undef STDC_HEADERS #undef TIME_WITH_SYS_TIME +#undef HAVE_VFORK_H #undef HAVE_SETITIMER #undef HAVE_UALARM @@ -284,6 +285,8 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_AIX_SMT_EXP +#undef vfork + /* Define if you have the ANSI `strerror' function. Otherwise you must have the variable `char *sys_errlist[]'. */ #undef HAVE_STRERROR -- 2.39.5