diff options
| author | Paul Eggert | 2001-12-07 05:55:03 +0000 |
|---|---|---|
| committer | Paul Eggert | 2001-12-07 05:55:03 +0000 |
| commit | 1e659e0e93a909d77a8e4c4c8160a574dc42937a (patch) | |
| tree | b32a07df417b1ec98cc8886d783780f012c8e57c /src | |
| parent | 23eb7790bd550e0ef4aca302d767b1a1510dd53b (diff) | |
| download | emacs-1e659e0e93a909d77a8e4c4c8160a574dc42937a.tar.gz emacs-1e659e0e93a909d77a8e4c4c8160a574dc42937a.zip | |
(HAVE_VFORK): Remove #undef.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/lynxos.h | 4 |
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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This 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 |