1 /*---------------------------------------------------------------------------*
2  |              PDFlib - A library for generating PDF on the fly             |
3  +---------------------------------------------------------------------------+
4  | Copyright (c) 1997-2006 Thomas Merz and PDFlib GmbH. All rights reserved. |
5  +---------------------------------------------------------------------------+
6  |                                                                           |
7  |    This software is subject to the PDFlib license. It is NOT in the       |
8  |    public domain. Extended versions and commercial licenses are           |
9  |    available, please check http://www.pdflib.com.                         |
10  |                                                                           |
11  *---------------------------------------------------------------------------*/
12 
13 /* $Id: pc_classic.h,v 1.3 2006/06/29 17:05:16 kurt Exp $
14  *
15  * Header for CodeWarrior to activate Classic builds (without CarbonLib).
16  *
17  */
18 
19 /*
20  * This must only be set for Classic builds. It is not used for the
21  * standard build which is based on CarbonLib.
22  */
23 
24 #define PDF_TARGET_API_MAC_CLASSIC
25