|
Server : LiteSpeed System : Linux srv107862549.host 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 User : malam2778 ( 1069) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/include/freetype2/freetype/config/ |
Upload File : |
/* ftconfig.h. Generated from ftconfig.h.in by configure. */ /**************************************************************************** * * ftconfig.h.in * * UNIX-specific configuration file (specification only). * * Copyright (C) 1996-2021 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. * */ #ifndef FTCONFIG_H_ #define FTCONFIG_H_ #include <ft2build.h> #include FT_CONFIG_OPTIONS_H #include FT_CONFIG_STANDARD_LIBRARY_H #define HAVE_UNISTD_H 1 #define HAVE_FCNTL_H 1 #include <freetype/config/integer-types.h> #include <freetype/config/public-macros.h> #include <freetype/config/mac-support.h> #endif /* FTCONFIG_H_ */ /* END */