00001 /***************************************************************************/ 00002 /* */ 00003 /* ft2build.h */ 00004 /* */ 00005 /* FreeType 2 build and setup macros. */ 00006 /* (Generic version) */ 00007 /* */ 00008 /* Copyright 1996-2001, 2006 by */ 00009 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 00010 /* */ 00011 /* This file is part of the FreeType project, and may only be used, */ 00012 /* modified, and distributed under the terms of the FreeType project */ 00013 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 00014 /* this file you indicate that you have read the license and */ 00015 /* understand and accept it fully. */ 00016 /* */ 00017 /***************************************************************************/ 00018 00019 00020 /*************************************************************************/ 00021 /* */ 00022 /* This file corresponds to the default `ft2build.h' file for */ 00023 /* FreeType 2. It uses the `freetype' include root. */ 00024 /* */ 00025 /* Note that specific platforms might use a different configuration. */ 00026 /* See builds/unix/ft2unix.h for an example. */ 00027 /* */ 00028 /*************************************************************************/ 00029 00030 00031 #ifndef __FT2_BUILD_GENERIC_H__ 00032 #define __FT2_BUILD_GENERIC_H__ 00033 00034 #include <freetype/config/ftheader.h> 00035 00036 #endif /* __FT2_BUILD_GENERIC_H__ */ 00037 00038 00039 /* END */