1 /**************************************************************************** 2 * 3 * ft2build.h 4 * 5 * FreeType 2 build and setup macros (development version). 6 * 7 * Copyright (C) 1996-2019 by 8 * David Turner, Robert Wilhelm, Werner Lemberg, and Google Inc. 9 * 10 * This file is part of the FreeType project, and may only be used, 11 * modified, and distributed under the terms of the FreeType project 12 * license, LICENSE.TXT. By continuing to use, modify, or distribute 13 * this file you indicate that you have read the license and 14 * understand and accept it fully. 15 * 16 */ 17 18 #pragma once 19 20 #define FT_CONFIG_OPTIONS_H <ftoption.h> 21 #define FT_CONFIG_MODULES_H <ftmodule.h> 22 23 24 /* 25 * Undefine PROJECT defined by the LK build system, because it would clash with freetype's 26 * definition in ttinterp.c. 27 */ 28 #undef PROJECT 29 30 #include <freetype/config/ftheader.h> 31