From: Dave Love Date: Sat, 12 Feb 2000 16:25:11 +0000 (+0000) Subject: Add vfork bits. X-Git-Tag: emacs-pretest-21.0.90~5040 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92457a0bd8c26b2afecd51a1ef93f05f19d595fc;p=emacs.git Add vfork bits. --- 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