comparison src/s/lynxos.h @ 41859:ff9ec69df33d

(HAVE_VFORK): Remove #undef.
author Paul Eggert <eggert@twinsun.com>
date Fri, 07 Dec 2001 05:55:03 +0000
parents 16fbddb97bd4
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
41858:2ebb399b7fb3 41859:ff9ec69df33d
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
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
31 /* System stuff redefined from bsd4-2.h */ 31 /* System stuff redefined from bsd4-2.h */
32 #undef KERNEL_FILE 32 #undef KERNEL_FILE
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
41 #define LNOFLSH 0 39 #define LNOFLSH 0
42 40