~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/builds/amiga/include/freetype/config/ftconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// TetiSoft: We must change FT_BASE_DEF and FT_EXPORT_DEF
 
2
 
 
3
//#define FT_BASE_DEF( x )  extern  x   // SAS/C wouldn't generate an XDEF
 
4
//#define FT_EXPORT_DEF( x )  extern  x // SAS/C wouldn't generate an XDEF
 
5
#undef FT_BASE_DEF
 
6
#define FT_BASE_DEF( x )  x
 
7
#undef FT_EXPORT_DEF
 
8
#define FT_EXPORT_DEF( x )  x
 
9
 
 
10
// TetiSoft: now include original file
 
11
#ifndef __MORPHOS__
 
12
#include "FT:include/freetype/config/ftconfig.h"
 
13
#else
 
14
// We must define that, it seems that
 
15
// lib/gcc-lib/ppc-morphos/2.95.3/include/syslimits.h is missing in 
 
16
// ppc-morphos-gcc-2.95.3-bin.tgz (gcc for 68k producing MorphOS PPC elf
 
17
// binaries from http://www.morphos.de)
 
18
#define _LIBC_LIMITS_H_
 
19
#include "/FT/include/freetype/config/ftconfig.h"
 
20
#endif