comparison src/s/irix6-5.h @ 75964:aeeef59c6f71

Add copyright and license notice. Copyright years from base include file irix5.0.h.
author Glenn Morris <rgm@gnu.org>
date Fri, 16 Feb 2007 18:44:49 +0000
parents 06d1688690ad
children f06998349cfc dd7c098af727
comparison
equal deleted inserted replaced
75963:d1ea3bc6c40d 75964:aeeef59c6f71
1 /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5.
2
3 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007 Free Software Foundation, Inc.
5
6 This file is part of GNU Emacs.
7
8 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 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 GNU Emacs is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 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 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02110-1301, USA. */
22
23
1 #define IRIX6_5 /* used in m/iris4d */ 24 #define IRIX6_5 /* used in m/iris4d */
2 #include "irix5-0.h" 25 #include "irix5-0.h"
3 26
4 #if _MIPS_SZLONG == 64 /* -mabi=64 (gcc) or -64 (MIPSpro) */ 27 #if _MIPS_SZLONG == 64 /* -mabi=64 (gcc) or -64 (MIPSpro) */
5 #define _LP64 /* lisp.h takes care of the rest */ 28 #define _LP64 /* lisp.h takes care of the rest */