Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
freetype2 /
freetype /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
ftconfig-64.h
1.86
KB
-rw-r--r--
2025-03-31 15:40
ftconfig.h
257
B
-rw-r--r--
2025-03-31 15:36
ftheader.h
23.04
KB
-rw-r--r--
2020-08-27 06:17
ftmodule.h
1
KB
-rw-r--r--
2025-03-31 15:40
ftoption.h
38.22
KB
-rw-r--r--
2025-03-31 15:40
ftstdlib.h
4.21
KB
-rw-r--r--
2020-07-23 07:10
integer-types.h
6.87
KB
-rw-r--r--
2020-08-27 06:17
mac-support.h
1.56
KB
-rw-r--r--
2020-08-27 06:17
public-macros.h
3.58
KB
-rw-r--r--
2020-08-27 06:17
Save
Rename
/**************************************************************************** * * config/mac-support.h * * Mac/OS X support configuration header. * * Copyright (C) 1996-2020 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. * */ #ifndef FREETYPE_CONFIG_MAC_SUPPORT_H_ #define FREETYPE_CONFIG_MAC_SUPPORT_H_ /************************************************************************** * * Mac support * * This is the only necessary change, so it is defined here instead * providing a new configuration file. */ #if defined( __APPLE__ ) || ( defined( __MWERKS__ ) && defined( macintosh ) ) /* No Carbon frameworks for 64bit 10.4.x. */ /* `AvailabilityMacros.h` is available since Mac OS X 10.2, */ /* so guess the system version by maximum errno before inclusion. */ #include <errno.h> #ifdef ECANCELED /* defined since 10.2 */ #include "AvailabilityMacros.h" #endif #if defined( __LP64__ ) && \ ( MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_4 ) #undef FT_MACINTOSH #endif #elif defined( __SC__ ) || defined( __MRC__ ) /* Classic MacOS compilers */ #include "ConditionalMacros.h" #if TARGET_OS_MAC #define FT_MACINTOSH 1 #endif #endif /* Mac support */ #endif /* FREETYPE_CONFIG_MAC_SUPPORT_H_ */