1 /* Definitions file for GNU Emacs running on LynxOS-3.0.1
2 Copyright (C) 2000, 2001, 2002, 2003, 2004,
3 2005, 2006 Free Software Foundation, Inc.
5 This file is part of GNU Emacs.
7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
12 GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 Boston, MA 02110-1301, USA. */
22 /* LynxOS is almost a bsd 4.2 system */
25 /* SYSTEM_TYPE should indicate the kind of system you are using.
26 It sets the Lisp variable system-type. */
28 /* override the bsd definition */
30 #define SYSTEM_TYPE "lynxos 3.0.1"
32 /* System stuff redefined from bsd4-2.h */
34 #define KERNEL_FILE "/lynx.os"
36 #define LDAV_SYMBOL "load_average"
39 #define GETPGRP_NO_ARG
45 #define SECTION_ALIGNMENT 0x1
46 #define COFF_BSD_SYMBOLS
51 /* Compilation options */
54 /* we define following to prevent all the lynxos's stupid compilation */
55 /* warning messages */
56 #define C_SWITCH_SYSTEM -D__NO_INCLUDE_WARN__
57 #define LIBS_SYSTEM -lbsd
59 /* arch-tag: fbc81ec9-1c45-416b-a368-799ae7c094a1
60 (do not change this comment) */