root/trunk/mac/inc/defs-cw6.h

Revision 4220, 1.0 kB (checked in by miyoshi, 9 months ago)

Sync up with Emacs22.2.

  • Property svn:eol-style set to native
Line 
1 /* Copyright (C) 2001, 2002, 2003, 2004, 2005,
2       2006, 2007, 2008 Free Software Foundation, Inc.
3
4 This file is part of GNU Emacs.
5
6 GNU Emacs is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 3, or (at your option) any
9 later version.
10
11 GNU Emacs is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING.  If not, write to the Free
18 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301, USA.  */
20
21 /* Contributed by Andrew Choi (akochoi@mac.com).  */
22
23 #define emacs 1
24 #define HAVE_CONFIG_H
25
26 #define MAC_OS8 1
27 #define MAC_OS 1
28
29 /* arch-tag: 4aa4fcea-3a95-433d-a7d6-b029afca17f1
30    (do not change this comment) */
Note: See TracBrowser for help on using the browser.