1 | /* ftconfig.h. Generated from ftconfig.h.in by configure. */ |
2 | /**************************************************************************** |
3 | * |
4 | * ftconfig.h.in |
5 | * |
6 | * UNIX-specific configuration file (specification only). |
7 | * |
8 | * Copyright (C) 1996-2021 by |
9 | * David Turner, Robert Wilhelm, and Werner Lemberg. |
10 | * |
11 | * This file is part of the FreeType project, and may only be used, |
12 | * modified, and distributed under the terms of the FreeType project |
13 | * license, LICENSE.TXT. By continuing to use, modify, or distribute |
14 | * this file you indicate that you have read the license and |
15 | * understand and accept it fully. |
16 | * |
17 | */ |
18 | |
19 | |
20 | /************************************************************************** |
21 | * |
22 | * This header file contains a number of macro definitions that are used by |
23 | * the rest of the engine. Most of the macros here are automatically |
24 | * determined at compile time, and you should not need to change it to port |
25 | * FreeType, except to compile the library with a non-ANSI compiler. |
26 | * |
27 | * Note however that if some specific modifications are needed, we advise |
28 | * you to place a modified copy in your build directory. |
29 | * |
30 | * The build directory is usually `builds/<system>`, and contains |
31 | * system-specific files that are always included first when building the |
32 | * library. |
33 | * |
34 | */ |
35 | |
36 | #ifndef FTCONFIG_H_ |
37 | #define FTCONFIG_H_ |
38 | |
39 | #include <ft2build.h> |
40 | #include FT_CONFIG_OPTIONS_H |
41 | #include FT_CONFIG_STANDARD_LIBRARY_H |
42 | |
43 | #define HAVE_UNISTD_H 1 |
44 | #define HAVE_FCNTL_H 1 |
45 | |
46 | #include <freetype/config/integer-types.h> |
47 | #include <freetype/config/public-macros.h> |
48 | #include <freetype/config/mac-support.h> |
49 | |
50 | #endif /* FTCONFIG_H_ */ |
51 | |
52 | |
53 | /* END */ |
54 | |