aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-02-12 16:25:11 +0000
committerDave Love2000-02-12 16:25:11 +0000
commit92457a0bd8c26b2afecd51a1ef93f05f19d595fc (patch)
treedf7c11016f8fe4f71da67ff8d52dd1a12ebd141e /src
parent79e12078851ae92684f019fe85005ca665a00bff (diff)
downloademacs-92457a0bd8c26b2afecd51a1ef93f05f19d595fc.tar.gz
emacs-92457a0bd8c26b2afecd51a1ef93f05f19d595fc.zip
Add vfork bits.
Diffstat (limited to 'src')
-rw-r--r--src/config.in3
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. */
167#undef HAVE_STDIO_EXT_H 167#undef HAVE_STDIO_EXT_H
168#undef STDC_HEADERS 168#undef STDC_HEADERS
169#undef TIME_WITH_SYS_TIME 169#undef TIME_WITH_SYS_TIME
170#undef HAVE_VFORK_H
170#undef HAVE_SETITIMER 171#undef HAVE_SETITIMER
171#undef HAVE_UALARM 172#undef HAVE_UALARM
172 173
@@ -284,6 +285,8 @@ Boston, MA 02111-1307, USA. */
284 285
285#undef HAVE_AIX_SMT_EXP 286#undef HAVE_AIX_SMT_EXP
286 287
288#undef vfork
289
287/* Define if you have the ANSI `strerror' function. 290/* Define if you have the ANSI `strerror' function.
288 Otherwise you must have the variable `char *sys_errlist[]'. */ 291 Otherwise you must have the variable `char *sys_errlist[]'. */
289#undef HAVE_STRERROR 292#undef HAVE_STRERROR