comparison src/s/template.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* Template for system description header files. 1 /* Template for system description header files.
2 This file describes the parameters that system description files 2 This file describes the parameters that system description files
3 should define or not. 3 should define or not.
4 Copyright (C) 1985, 1986, 1992, 1999 Free Software Foundation, Inc. 4 Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004,
5 2005 Free Software Foundation, Inc.
5 6
6 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
7 8
8 GNU Emacs is free software; you can redistribute it and/or modify 9 GNU Emacs is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details. 17 GNU General Public License for more details.
17 18
18 You should have received a copy of the GNU General Public License 19 You should have received a copy of the GNU General Public License
19 along with GNU Emacs; see the file COPYING. If not, write to 20 along with GNU Emacs; see the file COPYING. If not, write to
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02111-1307, USA. */ 22 Boston, MA 02110-1301, USA. */
22 23
23 24
24 /* 25 /*
25 * Define symbols to identify the version of Unix this is. 26 * Define symbols to identify the version of Unix this is.
26 * Define all the symbols that apply correctly. 27 * Define all the symbols that apply correctly.
182 `etc/MACHINES'. 183 `etc/MACHINES'.
183 184
184 If you've just fixed a problem in an existing configuration file, 185 If you've just fixed a problem in an existing configuration file,
185 you should also check `etc/MACHINES' to make sure its descriptions 186 you should also check `etc/MACHINES' to make sure its descriptions
186 of known problems in that configuration should be updated. */ 187 of known problems in that configuration should be updated. */
188
189 /* arch-tag: 4b426b11-cb2e-4c0e-a488-e663f76a0515
190 (do not change this comment) */