-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40758b5
commit 1464656
Showing
107 changed files
with
41,511 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
/**************************************************************************** | ||
* | ||
* ftconfig.h | ||
* | ||
* ANSI-specific configuration file (specification only). | ||
* | ||
* Copyright (C) 1996-2022 by | ||
* David Turner, Robert Wilhelm, and Werner Lemberg. | ||
* | ||
* This file is part of the FreeType project, and may only be used, | ||
* modified, and distributed under the terms of the FreeType project | ||
* license, LICENSE.TXT. By continuing to use, modify, or distribute | ||
* this file you indicate that you have read the license and | ||
* understand and accept it fully. | ||
* | ||
*/ | ||
|
||
|
||
/************************************************************************** | ||
* | ||
* This header file contains a number of macro definitions that are used by | ||
* the rest of the engine. Most of the macros here are automatically | ||
* determined at compile time, and you should not need to change it to port | ||
* FreeType, except to compile the library with a non-ANSI compiler. | ||
* | ||
* Note however that if some specific modifications are needed, we advise | ||
* you to place a modified copy in your build directory. | ||
* | ||
* The build directory is usually `builds/<system>`, and contains | ||
* system-specific files that are always included first when building the | ||
* library. | ||
* | ||
* This ANSI version should stay in `include/config/`. | ||
* | ||
*/ | ||
|
||
#ifndef FTCONFIG_H_ | ||
#define FTCONFIG_H_ | ||
|
||
#include "ft2build.h" | ||
#include FT_CONFIG_OPTIONS_H | ||
#include FT_CONFIG_STANDARD_LIBRARY_H | ||
|
||
#include <freetype/config/integer-types.h> | ||
#include <freetype/config/public-macros.h> | ||
#include <freetype/config/mac-support.h> | ||
|
||
#endif /* FTCONFIG_H_ */ | ||
|
||
|
||
/* END */ |
Oops, something went wrong.