diff options
author | Dave Love <fx@gnu.org> | 2000-02-12 16:25:11 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-02-12 16:25:11 +0000 |
commit | 92457a0bd8c26b2afecd51a1ef93f05f19d595fc (patch) | |
tree | df7c11016f8fe4f71da67ff8d52dd1a12ebd141e /src/config.in | |
parent | 79e12078851ae92684f019fe85005ca665a00bff (diff) | |
download | emacs-92457a0bd8c26b2afecd51a1ef93f05f19d595fc.tar.gz |
Add vfork bits.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |