aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2001-12-07 05:55:03 +0000
committerPaul Eggert2001-12-07 05:55:03 +0000
commit1e659e0e93a909d77a8e4c4c8160a574dc42937a (patch)
treeb32a07df417b1ec98cc8886d783780f012c8e57c /src
parent23eb7790bd550e0ef4aca302d767b1a1510dd53b (diff)
downloademacs-1e659e0e93a909d77a8e4c4c8160a574dc42937a.tar.gz
emacs-1e659e0e93a909d77a8e4c4c8160a574dc42937a.zip
(HAVE_VFORK): Remove #undef.
Diffstat (limited to 'src')
-rw-r--r--src/s/lynxos.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/s/lynxos.h b/src/s/lynxos.h
index 841d3b4f4f7..576c4093c51 100644
--- a/src/s/lynxos.h
+++ b/src/s/lynxos.h
@@ -1,5 +1,5 @@
1/* Definitions file for GNU Emacs running on LynxOS-3.0.1 1/* Definitions file for GNU Emacs running on LynxOS-3.0.1
2 Copyright (C) 2000 Free Software Foundation, Inc. 2 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -33,8 +33,6 @@ Boston, MA 02111-1307, USA. */
33#define KERNEL_FILE "/lynx.os" 33#define KERNEL_FILE "/lynx.os"
34#undef LDAV_SYMBOL 34#undef LDAV_SYMBOL
35#define LDAV_SYMBOL "load_average" 35#define LDAV_SYMBOL "load_average"
36/* LynxOS doesn't have vfork */
37#undef HAVE_VFORK
38 36
39/* misc defines */ 37/* misc defines */
40#define GETPGRP_NO_ARG 38#define GETPGRP_NO_ARG