Mercurial > emacs
annotate src/s/lynxos.h @ 79519:1039328362ed
*** empty log message ***
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Sat, 01 Dec 2007 21:30:32 +0000 |
| parents | f06998349cfc |
| children | 68df465b9550 f55f9811f5d7 |
| rev | line source |
|---|---|
| 29654 | 1 /* Definitions file for GNU Emacs running on LynxOS-3.0.1 |
|
64769
6358e3c6075c
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64083
diff
changeset
|
2 Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 75348 | 3 2005, 2006, 2007 Free Software Foundation, Inc. |
| 29654 | 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 | |
|
78259
f06998349cfc
Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
9 the Free Software Foundation; either version 3, or (at your option) |
| 29654 | 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 | |
| 64083 | 19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 Boston, MA 02110-1301, USA. */ | |
| 29654 | 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 | |
| 52401 | 58 |
| 59 /* arch-tag: fbc81ec9-1c45-416b-a368-799ae7c094a1 | |
| 60 (do not change this comment) */ |
