Add 2008 to copyright years.
[bpt/emacs.git] / src / s / lynxos.h
CommitLineData
9f817ea4 1/* Definitions file for GNU Emacs running on LynxOS-3.0.1
92b47a4a 2 Copyright (C) 2000, 2001, 2002, 2003, 2004,
01122546 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9f817ea4
GM
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
4a9f99bd 9the Free Software Foundation; either version 3, or (at your option)
9f817ea4
GM
10any later version.
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to
364c38d3
LK
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, MA 02110-1301, USA. */
9f817ea4
GM
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"
9f817ea4
GM
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
ab5796a9
MB
58
59/* arch-tag: fbc81ec9-1c45-416b-a368-799ae7c094a1
60 (do not change this comment) */