update for HEAD-2003050101
[reactos.git] / lib / freetype / builds / amiga / include / freetype / config / ftconfig.h
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