1/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
2      2006, 2007 Free Software Foundation, Inc.
3
4This file is part of GNU Emacs.
5
6GNU Emacs is free software; you can redistribute it and/or modify it
7under the terms of the GNU General Public License as published by the
8Free Software Foundation; either version 2, or (at your option) any
9later version.
10
11GNU Emacs is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING.  If not, write to the Free
18Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19MA 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) */
31