Add 2007 to copyright years.
[bpt/emacs.git] / src / s / lynxos.h
1 /* Definitions file for GNU Emacs running on LynxOS-3.0.1
2 Copyright (C) 2000, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc.
4
5 This file is part of GNU Emacs.
6
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)
10 any later version.
11
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.
16
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. */
21
22 /* LynxOS is almost a bsd 4.2 system */
23 #include "s/bsd4-2.h"
24
25 /* SYSTEM_TYPE should indicate the kind of system you are using.
26 It sets the Lisp variable system-type. */
27
28 /* override the bsd definition */
29 #undef SYSTEM_TYPE
30 #define SYSTEM_TYPE "lynxos 3.0.1"
31
32 /* System stuff redefined from bsd4-2.h */
33 #undef KERNEL_FILE
34 #define KERNEL_FILE "/lynx.os"
35 #undef LDAV_SYMBOL
36 #define LDAV_SYMBOL "load_average"
37
38 /* misc defines */
39 #define GETPGRP_NO_ARG
40 #define LNOFLSH 0
41
42 /* COFF related */
43 #define COFF
44 #define NO_REMAP
45 #define SECTION_ALIGNMENT 0x1
46 #define COFF_BSD_SYMBOLS
47 #define etext __etext
48 #define edata __edata
49 #define _start __text
50
51 /* Compilation options */
52 #define LIBS_DEBUG
53 #define ORDINARY_LINK
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
58
59 /* arch-tag: fbc81ec9-1c45-416b-a368-799ae7c094a1
60 (do not change this comment) */