![]() |
|
|||
File indexing completed on 2025-02-22 10:35:44
0001 /* ftconfig.h. Generated from ftconfig.h.in by configure. */ 0002 /**************************************************************************** 0003 * 0004 * ftconfig.h.in 0005 * 0006 * UNIX-specific configuration file (specification only). 0007 * 0008 * Copyright (C) 1996-2023 by 0009 * David Turner, Robert Wilhelm, and Werner Lemberg. 0010 * 0011 * This file is part of the FreeType project, and may only be used, 0012 * modified, and distributed under the terms of the FreeType project 0013 * license, LICENSE.TXT. By continuing to use, modify, or distribute 0014 * this file you indicate that you have read the license and 0015 * understand and accept it fully. 0016 * 0017 */ 0018 0019 0020 /************************************************************************** 0021 * 0022 * This header file contains a number of macro definitions that are used by 0023 * the rest of the engine. Most of the macros here are automatically 0024 * determined at compile time, and you should not need to change it to port 0025 * FreeType, except to compile the library with a non-ANSI compiler. 0026 * 0027 * Note however that if some specific modifications are needed, we advise 0028 * you to place a modified copy in your build directory. 0029 * 0030 * The build directory is usually `builds/<system>`, and contains 0031 * system-specific files that are always included first when building the 0032 * library. 0033 * 0034 */ 0035 0036 #ifndef FTCONFIG_H_ 0037 #define FTCONFIG_H_ 0038 0039 #include <ft2build.h> 0040 #include FT_CONFIG_OPTIONS_H 0041 #include FT_CONFIG_STANDARD_LIBRARY_H 0042 0043 #define HAVE_UNISTD_H 1 0044 #define HAVE_FCNTL_H 1 0045 0046 #include <freetype/config/integer-types.h> 0047 #include <freetype/config/public-macros.h> 0048 #include <freetype/config/mac-support.h> 0049 0050 #endif /* FTCONFIG_H_ */ 0051 0052 0053 /* END */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |