modules/freetype2/include/ft2build.h

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 /***************************************************************************/
michael@0 2 /* */
michael@0 3 /* ft2build.h */
michael@0 4 /* */
michael@0 5 /* FreeType 2 build and setup macros. */
michael@0 6 /* */
michael@0 7 /* Copyright 1996-2001, 2006, 2013 by */
michael@0 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
michael@0 9 /* */
michael@0 10 /* This file is part of the FreeType project, and may only be used, */
michael@0 11 /* modified, and distributed under the terms of the FreeType project */
michael@0 12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
michael@0 13 /* this file you indicate that you have read the license and */
michael@0 14 /* understand and accept it fully. */
michael@0 15 /* */
michael@0 16 /***************************************************************************/
michael@0 17
michael@0 18
michael@0 19 /*************************************************************************/
michael@0 20 /* */
michael@0 21 /* This is the `entry point' for FreeType header file inclusions. It is */
michael@0 22 /* the only header file which should be included directly; all other */
michael@0 23 /* FreeType header files should be accessed with macro names (after */
michael@0 24 /* including `ft2build.h'). */
michael@0 25 /* */
michael@0 26 /* A typical example is */
michael@0 27 /* */
michael@0 28 /* #include <ft2build.h> */
michael@0 29 /* #include FT_FREETYPE_H */
michael@0 30 /* */
michael@0 31 /*************************************************************************/
michael@0 32
michael@0 33
michael@0 34 #ifndef __FT2BUILD_H__
michael@0 35 #define __FT2BUILD_H__
michael@0 36
michael@0 37 #include <config/ftheader.h>
michael@0 38
michael@0 39 #endif /* __FT2BUILD_H__ */
michael@0 40
michael@0 41
michael@0 42 /* END */

mercurial