Version:
~ [ 10.0 ] ~
** Warning: Cannot open xref database.
1
2 /* $Id: frontier.xcode.h,v 1.3 2005/01/11 22:48:54 andreradke Exp $ */
3
4 /******************************************************************************
5
6 UserLand Frontier(tm) -- High performance Web content management,
7 object database, system-level and Internet scripting environment,
8 including source code editing and debugging.
9
10 Copyright (C) 1992-2004 UserLand Software, Inc.
11
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version.
16
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25
26 ******************************************************************************/
27
28 /*
29 2004-10-24 aradke: Precompile prefix header for Xcode
30 */
31
32 #undef WIN95VERSION
33
34 #define MACVERSION 1
35
36 #define TARGET_API_MAC_OS8 0 /* see ConditionalMacros.h */
37 #define TARGET_API_MAC_CARBON 1
38 #define TARGET_API_MAC_OSX 0
39
40 #define FRONTIER_FRAMEWORK_INCLUDES 1
41
42 #include "frontier.h"
43
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.