✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ beluga.o2switch.net ​🇻​♯➤ 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 185.154.139.77 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.77
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/include//pg_config-x86_64.h
/* src/include/pg_config.h.  Generated from pg_config.h.in by configure.  */
/* src/include/pg_config.h.in.  Generated from configure.in by autoheader.  */

/* Define to the type of arg 1 of 'accept' */
#define ACCEPT_TYPE_ARG1 int

/* Define to the type of arg 2 of 'accept' */
#define ACCEPT_TYPE_ARG2 struct sockaddr *

/* Define to the type of arg 3 of 'accept' */
#define ACCEPT_TYPE_ARG3 socklen_t

/* Define to the return type of 'accept' */
#define ACCEPT_TYPE_RETURN int

/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */

/* The normal alignment of `double', in bytes. */
#define ALIGNOF_DOUBLE 8

/* The normal alignment of `int', in bytes. */
#define ALIGNOF_INT 4

/* The normal alignment of `long', in bytes. */
#define ALIGNOF_LONG 8

/* The normal alignment of `long long int', in bytes. */
/* #undef ALIGNOF_LONG_LONG_INT */

/* The normal alignment of `PG_INT128_TYPE', in bytes. */
#define ALIGNOF_PG_INT128_TYPE 16

/* The normal alignment of `short', in bytes. */
#define ALIGNOF_SHORT 2

/* Size of a disk block --- this also limits the size of a tuple. You can set
   it bigger if you need bigger tuples (although TOAST should reduce the need
   to have large tuples, since fields can be spread across multiple tuples).
   BLCKSZ must be a power of 2. The maximum possible value of BLCKSZ is
   currently 2^15 (32768). This is determined by the 15-bit widths of the
   lp_off and lp_len fields in ItemIdData (see include/storage/itemid.h).
   Changing BLCKSZ requires an initdb. */
#define BLCKSZ 8192

/* Saved arguments from configure */
#define CONFIGURE_ARGS " '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-rpath' '--with-ldap' '--with-openssl' '--with-gssapi' '--enable-nls' '--without-readline' '--datadir=/usr/share/pgsql' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 'LDFLAGS=-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' 'CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig'"

/* Define to the default TCP port number on which the server listens and to
   which clients will try to connect. This can be overridden at run-time, but
   it's convenient if your clients have the right default compiled in.
   (--with-pgport=PORTNUM) */
#define DEF_PGPORT 5432

/* Define to the default TCP port number as a string constant. */
#define DEF_PGPORT_STR "5432"

/* Define to build with GSSAPI support. (--with-gssapi) */
#define ENABLE_GSS 1

/* Define to 1 if you want National Language Support. (--enable-nls) */
#define ENABLE_NLS 1

/* Define to 1 to build client libraries as thread-safe code.
   (--enable-thread-safety) */
#define ENABLE_THREAD_SAFETY 1

/* Define to 1 if gettimeofday() takes only 1 argument. */
/* #undef GETTIMEOFDAY_1ARG */

#ifdef GETTIMEOFDAY_1ARG
# define gettimeofday(a,b) gettimeofday(a)
#endif

/* Define to 1 if you have the `append_history' function. */
/* #undef HAVE_APPEND_HISTORY */

/* Define to 1 if you have the `ASN1_STRING_get0_data' function. */
#define HAVE_ASN1_STRING_GET0_DATA 1

/* Define to 1 if you want to use atomics if available. */
#define HAVE_ATOMICS 1

/* Define to 1 if you have the <atomic.h> header file. */
/* #undef HAVE_ATOMIC_H */

/* Define to 1 if you have the `backtrace_symbols' function. */
#define HAVE_BACKTRACE_SYMBOLS 1

/* Define to 1 if you have the `BIO_meth_new' function. */
#define HAVE_BIO_METH_NEW 1

/* Define to 1 if you have the `clock_gettime' function. */
#define HAVE_CLOCK_GETTIME 1

/* Define to 1 if your compiler handles computed gotos. */
#define HAVE_COMPUTED_GOTO 1

/* Define to 1 if you have the `copyfile' function. */
/* #undef HAVE_COPYFILE */

/* Define to 1 if you have the <copyfile.h> header file. */
/* #undef HAVE_COPYFILE_H */

/* Define to 1 if you have the <crtdefs.h> header file. */
/* #undef HAVE_CRTDEFS_H */

/* Define to 1 if you have the `CRYPTO_lock' function. */
/* #undef HAVE_CRYPTO_LOCK */

/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
   don't. */
#define HAVE_DECL_FDATASYNC 1

/* Define to 1 if you have the declaration of `F_FULLFSYNC', and to 0 if you
   don't. */
#define HAVE_DECL_F_FULLFSYNC 0

/* Define to 1 if you have the declaration of
   `LLVMCreateGDBRegistrationListener', and to 0 if you don't. */
/* #undef HAVE_DECL_LLVMCREATEGDBREGISTRATIONLISTENER */

/* Define to 1 if you have the declaration of
   `LLVMCreatePerfJITEventListener', and to 0 if you don't. */
/* #undef HAVE_DECL_LLVMCREATEPERFJITEVENTLISTENER */

/* Define to 1 if you have the declaration of `LLVMGetHostCPUFeatures', and to
   0 if you don't. */
/* #undef HAVE_DECL_LLVMGETHOSTCPUFEATURES */

/* Define to 1 if you have the declaration of `LLVMGetHostCPUName', and to 0
   if you don't. */
/* #undef HAVE_DECL_LLVMGETHOSTCPUNAME */

/* Define to 1 if you have the declaration of `LLVMOrcGetSymbolAddressIn', and
   to 0 if you don't. */
/* #undef HAVE_DECL_LLVMORCGETSYMBOLADDRESSIN */

/* Define to 1 if you have the declaration of `memset_s', and to 0 if you
   don't. */
#define HAVE_DECL_MEMSET_S 0

/* Define to 1 if you have the declaration of `posix_fadvise', and to 0 if you
   don't. */
#define HAVE_DECL_POSIX_FADVISE 1

/* Define to 1 if you have the declaration of `RTLD_GLOBAL', and to 0 if you
   don't. */
#define HAVE_DECL_RTLD_GLOBAL 1

/* Define to 1 if you have the declaration of `RTLD_NOW', and to 0 if you
   don't. */
#define HAVE_DECL_RTLD_NOW 1

/* Define to 1 if you have the declaration of `strchrnul', and to 0 if you
   don't. */
#define HAVE_DECL_STRCHRNUL 1

/* Define to 1 if you have the declaration of `strlcat', and to 0 if you
   don't. */
#define HAVE_DECL_STRLCAT 0

/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
   don't. */
#define HAVE_DECL_STRLCPY 0

/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
   don't. */
#define HAVE_DECL_STRNLEN 1

/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
   don't. */
#define HAVE_DECL_STRTOLL 1

/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
   don't. */
#define HAVE_DECL_STRTOULL 1

/* Define to 1 if you have the declaration of `timingsafe_bcmp', and to 0 if
   you don't. */
#define HAVE_DECL_TIMINGSAFE_BCMP 0

/* Define to 1 if you have the `dlopen' function. */
#define HAVE_DLOPEN 1

/* Define to 1 if you have the <editline/history.h> header file. */
/* #undef HAVE_EDITLINE_HISTORY_H */

/* Define to 1 if you have the <editline/readline.h> header file. */
/* #undef HAVE_EDITLINE_READLINE_H */

/* Define to 1 if you have the <execinfo.h> header file. */
#define HAVE_EXECINFO_H 1

/* Define to 1 if you have the `explicit_bzero' function. */
#define HAVE_EXPLICIT_BZERO 1

/* Define to 1 if you have the `fdatasync' function. */
#define HAVE_FDATASYNC 1

/* Define to 1 if you have the `fls' function. */
/* #undef HAVE_FLS */

/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1

/* Define to 1 if your compiler understands __func__. */
#define HAVE_FUNCNAME__FUNC 1

/* Define to 1 if your compiler understands __FUNCTION__. */
/* #undef HAVE_FUNCNAME__FUNCTION */

/* Define to 1 if you have __atomic_compare_exchange_n(int *, int *, int). */
#define HAVE_GCC__ATOMIC_INT32_CAS 1

/* Define to 1 if you have __atomic_compare_exchange_n(int64 *, int64 *,
   int64). */
#define HAVE_GCC__ATOMIC_INT64_CAS 1

/* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */
#define HAVE_GCC__SYNC_CHAR_TAS 1

/* Define to 1 if you have __sync_val_compare_and_swap(int *, int, int). */
#define HAVE_GCC__SYNC_INT32_CAS 1

/* Define to 1 if you have __sync_lock_test_and_set(int *) and friends. */
#define HAVE_GCC__SYNC_INT32_TAS 1

/* Define to 1 if you have __sync_val_compare_and_swap(int64 *, int64, int64).
   */
#define HAVE_GCC__SYNC_INT64_CAS 1

/* Define to 1 if you have the `getaddrinfo' function. */
#define HAVE_GETADDRINFO 1

/* Define to 1 if you have the `gethostbyname_r' function. */
#define HAVE_GETHOSTBYNAME_R 1

/* Define to 1 if you have the `getifaddrs' function. */
#define HAVE_GETIFADDRS 1

/* Define to 1 if you have the `getopt' function. */
#define HAVE_GETOPT 1

/* Define to 1 if you have the <getopt.h> header file. */
#define HAVE_GETOPT_H 1

/* Define to 1 if you have the `getopt_long' function. */
#define HAVE_GETOPT_LONG 1

/* Define to 1 if you have the `getpeereid' function. */
/* #undef HAVE_GETPEEREID */

/* Define to 1 if you have the `getpeerucred' function. */
/* #undef HAVE_GETPEERUCRED */

/* Define to 1 if you have the `getpwuid_r' function. */
#define HAVE_GETPWUID_R 1

/* Define to 1 if you have the `getrlimit' function. */
#define HAVE_GETRLIMIT 1

/* Define to 1 if you have the `getrusage' function. */
#define HAVE_GETRUSAGE 1

/* Define to 1 if you have the `gettimeofday' function. */
/* #undef HAVE_GETTIMEOFDAY */

/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
#define HAVE_GSSAPI_GSSAPI_H 1

/* Define to 1 if you have the <gssapi.h> header file. */
/* #undef HAVE_GSSAPI_H */

/* Define to 1 if you have the <history.h> header file. */
/* #undef HAVE_HISTORY_H */

/* Define to 1 if you have the `history_truncate_file' function. */
/* #undef HAVE_HISTORY_TRUNCATE_FILE */

/* Define to 1 if you have the <ifaddrs.h> header file. */
#define HAVE_IFADDRS_H 1

/* Define to 1 if you have the `inet_aton' function. */
#define HAVE_INET_ATON 1

/* Define to 1 if the system has the type `int64'. */
/* #undef HAVE_INT64 */

/* Define to 1 if the system has the type `int8'. */
/* #undef HAVE_INT8 */

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the global variable 'int opterr'. */
#define HAVE_INT_OPTERR 1

/* Define to 1 if you have the global variable 'int optreset'. */
/* #undef HAVE_INT_OPTRESET */

/* Define to 1 if you have the global variable 'int timezone'. */
#define HAVE_INT_TIMEZONE 1

/* Define to 1 if you have support for IPv6. */
#define HAVE_IPV6 1

/* Define to 1 if __builtin_constant_p(x) implies "i"(x) acceptance. */
/* #undef HAVE_I_CONSTRAINT__BUILTIN_CONSTANT_P */

/* Define to 1 if you have the `kqueue' function. */
/* #undef HAVE_KQUEUE */

/* Define to 1 if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1

/* Define to 1 if you have the <ldap.h> header file. */
#define HAVE_LDAP_H 1

/* Define to 1 if you have the `ldap_initialize' function. */
#define HAVE_LDAP_INITIALIZE 1

/* Define to 1 if you have the `crypto' library (-lcrypto). */
#define HAVE_LIBCRYPTO 1

/* Define to 1 if you have the `ldap' library (-lldap). */
#define HAVE_LIBLDAP 1

/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1

/* Define to 1 if you have the `pam' library (-lpam). */
/* #undef HAVE_LIBPAM */

/* Define if you have a function readline library */
/* #undef HAVE_LIBREADLINE */

/* Define to 1 if you have the `selinux' library (-lselinux). */
/* #undef HAVE_LIBSELINUX */

/* Define to 1 if you have the `ssl' library (-lssl). */
#define HAVE_LIBSSL 1

/* Define to 1 if you have the `wldap32' library (-lwldap32). */
/* #undef HAVE_LIBWLDAP32 */

/* Define to 1 if you have the `xml2' library (-lxml2). */
/* #undef HAVE_LIBXML2 */

/* Define to 1 if you have the `xslt' library (-lxslt). */
/* #undef HAVE_LIBXSLT */

/* Define to 1 if you have the `z' library (-lz). */
#define HAVE_LIBZ 1

/* Define to 1 if you have the `link' function. */
#define HAVE_LINK 1

/* Define to 1 if the system has the type `locale_t'. */
#define HAVE_LOCALE_T 1

/* Define to 1 if `long int' works and is 64 bits. */
#define HAVE_LONG_INT_64 1

/* Define to 1 if `long long int' works and is 64 bits. */
/* #undef HAVE_LONG_LONG_INT_64 */

/* Define to 1 if you have the <mbarrier.h> header file. */
/* #undef HAVE_MBARRIER_H */

/* Define to 1 if you have the `mbstowcs_l' function. */
/* #undef HAVE_MBSTOWCS_L */

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if the system has the type `MINIDUMP_TYPE'. */
/* #undef HAVE_MINIDUMP_TYPE */

/* Define to 1 if you have the `mkdtemp' function. */
#define HAVE_MKDTEMP 1

/* Define to 1 if you have the <netinet/tcp.h> header file. */
#define HAVE_NETINET_TCP_H 1

/* Define to 1 if you have the <net/if.h> header file. */
#define HAVE_NET_IF_H 1

/* Define to 1 if you have the `OPENSSL_init_ssl' function. */
#define HAVE_OPENSSL_INIT_SSL 1

/* Define to 1 if you have the <ossp/uuid.h> header file. */
/* #undef HAVE_OSSP_UUID_H */

/* Define to 1 if you have the <pam/pam_appl.h> header file. */
/* #undef HAVE_PAM_PAM_APPL_H */

/* Define to 1 if you have the `poll' function. */
#define HAVE_POLL 1

/* Define to 1 if you have the <poll.h> header file. */
#define HAVE_POLL_H 1

/* Define to 1 if you have the `posix_fadvise' function. */
#define HAVE_POSIX_FADVISE 1

/* Define to 1 if you have the `posix_fallocate' function. */
#define HAVE_POSIX_FALLOCATE 1

/* Define to 1 if the assembler supports PPC's LWARX mutex hint bit. */
/* #undef HAVE_PPC_LWARX_MUTEX_HINT */

/* Define to 1 if you have the `ppoll' function. */
#define HAVE_PPOLL 1

/* Define to 1 if you have the `pread' function. */
#define HAVE_PREAD 1

/* Define to 1 if you have the `pstat' function. */
/* #undef HAVE_PSTAT */

/* Define to 1 if the PS_STRINGS thing exists. */
/* #undef HAVE_PS_STRINGS */

/* Define if you have POSIX threads libraries and header files. */
#define HAVE_PTHREAD 1

/* Define to 1 if you have the `pthread_is_threaded_np' function. */
/* #undef HAVE_PTHREAD_IS_THREADED_NP */

/* Have PTHREAD_PRIO_INHERIT. */
#define HAVE_PTHREAD_PRIO_INHERIT 1

/* Define to 1 if you have the `pwrite' function. */
#define HAVE_PWRITE 1

/* Define to 1 if you have the `random' function. */
#define HAVE_RANDOM 1

/* Define to 1 if you have the <readline.h> header file. */
/* #undef HAVE_READLINE_H */

/* Define to 1 if you have the <readline/history.h> header file. */
/* #undef HAVE_READLINE_HISTORY_H */

/* Define to 1 if you have the <readline/readline.h> header file. */
/* #undef HAVE_READLINE_READLINE_H */

/* Define to 1 if you have the `readlink' function. */
#define HAVE_READLINK 1

/* Define to 1 if you have the global variable
   'rl_completion_append_character'. */
/* #undef HAVE_RL_COMPLETION_APPEND_CHARACTER */

/* Define to 1 if you have the `rl_completion_matches' function. */
/* #undef HAVE_RL_COMPLETION_MATCHES */

/* Define to 1 if you have the global variable 'rl_completion_suppress_quote'.
   */
/* #undef HAVE_RL_COMPLETION_SUPPRESS_QUOTE */

/* Define to 1 if you have the `rl_filename_completion_function' function. */
/* #undef HAVE_RL_FILENAME_COMPLETION_FUNCTION */

/* Define to 1 if you have the global variable 'rl_filename_quote_characters'.
   */
/* #undef HAVE_RL_FILENAME_QUOTE_CHARACTERS */

/* Define to 1 if you have the global variable 'rl_filename_quoting_function'.
   */
/* #undef HAVE_RL_FILENAME_QUOTING_FUNCTION */

/* Define to 1 if you have the `rl_reset_screen_size' function. */
/* #undef HAVE_RL_RESET_SCREEN_SIZE */

/* Define to 1 if you have the <security/pam_appl.h> header file. */
/* #undef HAVE_SECURITY_PAM_APPL_H */

/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1

/* Define to 1 if you have the `setproctitle' function. */
/* #undef HAVE_SETPROCTITLE */

/* Define to 1 if you have the `setproctitle_fast' function. */
/* #undef HAVE_SETPROCTITLE_FAST */

/* Define to 1 if you have the `setsid' function. */
#define HAVE_SETSID 1

/* Define to 1 if you have the `shm_open' function. */
#define HAVE_SHM_OPEN 1

/* Define to 1 if you have spinlocks. */
#define HAVE_SPINLOCKS 1

/* Define to 1 if you have the `srandom' function. */
#define HAVE_SRANDOM 1

/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
#define HAVE_SSL_CTX_SET_NUM_TICKETS 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the `strerror_r' function. */
#define HAVE_STRERROR_R 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the `strlcat' function. */
/* #undef HAVE_STRLCAT */

/* Define to 1 if you have the `strlcpy' function. */
/* #undef HAVE_STRLCPY */

/* Define to 1 if you have the `strnlen' function. */
#define HAVE_STRNLEN 1

/* Define to 1 if you have the `strsignal' function. */
#define HAVE_STRSIGNAL 1

/* Define to 1 if you have the `strtof' function. */
#define HAVE_STRTOF 1

/* Define to 1 if you have the `strtoll' function. */
#define HAVE_STRTOLL 1

/* Define to 1 if you have the `strtoq' function. */
/* #undef HAVE_STRTOQ */

/* Define to 1 if you have the `strtoull' function. */
#define HAVE_STRTOULL 1

/* Define to 1 if you have the `strtouq' function. */
/* #undef HAVE_STRTOUQ */

/* Define to 1 if the system has the type `struct addrinfo'. */
#define HAVE_STRUCT_ADDRINFO 1

/* Define to 1 if the system has the type `struct cmsgcred'. */
/* #undef HAVE_STRUCT_CMSGCRED */

/* Define to 1 if the system has the type `struct option'. */
#define HAVE_STRUCT_OPTION 1

/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */

/* Define to 1 if the system has the type `struct sockaddr_storage'. */
#define HAVE_STRUCT_SOCKADDR_STORAGE 1

/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1

/* Define to 1 if `ss_len' is a member of `struct sockaddr_storage'. */
/* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */

/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */

/* Define to 1 if `__ss_len' is a member of `struct sockaddr_storage'. */
/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */

/* Define to 1 if the system has the type `struct sockaddr_un'. */
#define HAVE_STRUCT_SOCKADDR_UN 1

/* Define to 1 if `tm_zone' is a member of `struct tm'. */
#define HAVE_STRUCT_TM_TM_ZONE 1

/* Define to 1 if you have the `symlink' function. */
#define HAVE_SYMLINK 1

/* Define to 1 if you have the `sync_file_range' function. */
#define HAVE_SYNC_FILE_RANGE 1

/* Define to 1 if you have the syslog interface. */
#define HAVE_SYSLOG 1

/* Define to 1 if you have the <sys/epoll.h> header file. */
#define HAVE_SYS_EPOLL_H 1

/* Define to 1 if you have the <sys/event.h> header file. */
/* #undef HAVE_SYS_EVENT_H */

/* Define to 1 if you have the <sys/ipc.h> header file. */
#define HAVE_SYS_IPC_H 1

/* Define to 1 if you have the <sys/personality.h> header file. */
#define HAVE_SYS_PERSONALITY_H 1

/* Define to 1 if you have the <sys/prctl.h> header file. */
#define HAVE_SYS_PRCTL_H 1

/* Define to 1 if you have the <sys/procctl.h> header file. */
/* #undef HAVE_SYS_PROCCTL_H */

/* Define to 1 if you have the <sys/pstat.h> header file. */
/* #undef HAVE_SYS_PSTAT_H */

/* Define to 1 if you have the <sys/resource.h> header file. */
#define HAVE_SYS_RESOURCE_H 1

/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1

/* Define to 1 if you have the <sys/sem.h> header file. */
#define HAVE_SYS_SEM_H 1

/* Define to 1 if you have the <sys/shm.h> header file. */
#define HAVE_SYS_SHM_H 1

/* Define to 1 if you have the <sys/sockio.h> header file. */
/* #undef HAVE_SYS_SOCKIO_H */

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/tas.h> header file. */
/* #undef HAVE_SYS_TAS_H */

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <sys/ucred.h> header file. */
/* #undef HAVE_SYS_UCRED_H */

/* Define to 1 if you have the <sys/un.h> header file. */
#define HAVE_SYS_UN_H 1

/* Define to 1 if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 1

/* Define to 1 if you have the `timingsafe_bcmp' function. */
/* #undef HAVE_TIMINGSAFE_BCMP */

/* Define to 1 if your compiler understands `typeof' or something similar. */
#define HAVE_TYPEOF 1

/* Define to 1 if you have the <ucred.h> header file. */
/* #undef HAVE_UCRED_H */

/* Define to 1 if the system has the type `uint64'. */
/* #undef HAVE_UINT64 */

/* Define to 1 if the system has the type `uint8'. */
/* #undef HAVE_UINT8 */

/* Define to 1 if the system has the type `union semun'. */
/* #undef HAVE_UNION_SEMUN */

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to 1 if you have the `unsetenv' function. */
#define HAVE_UNSETENV 1

/* Define to 1 if you have the `uselocale' function. */
#define HAVE_USELOCALE 1

/* Define to 1 if you have BSD UUID support. */
/* #undef HAVE_UUID_BSD */

/* Define to 1 if you have E2FS UUID support. */
/* #undef HAVE_UUID_E2FS */

/* Define to 1 if you have the <uuid.h> header file. */
/* #undef HAVE_UUID_H */

/* Define to 1 if you have OSSP UUID support. */
/* #undef HAVE_UUID_OSSP */

/* Define to 1 if you have the <uuid/uuid.h> header file. */
/* #undef HAVE_UUID_UUID_H */

/* Define to 1 if you have the `wcstombs_l' function. */
/* #undef HAVE_WCSTOMBS_L */

/* Define to 1 if you have the <wctype.h> header file. */
#define HAVE_WCTYPE_H 1

/* Define to 1 if you have the <winldap.h> header file. */
/* #undef HAVE_WINLDAP_H */

/* Define to 1 if you have the `X509_get_signature_info' function. */
#define HAVE_X509_GET_SIGNATURE_INFO 1

/* Define to 1 if you have the `X509_get_signature_nid' function. */
#define HAVE_X509_GET_SIGNATURE_NID 1

/* Define to 1 if the assembler supports X86_64's POPCNTQ instruction. */
#define HAVE_X86_64_POPCNTQ 1

/* Define to 1 if your compiler understands __builtin_bswap16. */
#define HAVE__BUILTIN_BSWAP16 1

/* Define to 1 if your compiler understands __builtin_bswap32. */
#define HAVE__BUILTIN_BSWAP32 1

/* Define to 1 if your compiler understands __builtin_bswap64. */
#define HAVE__BUILTIN_BSWAP64 1

/* Define to 1 if your compiler understands __builtin_clz. */
#define HAVE__BUILTIN_CLZ 1

/* Define to 1 if your compiler understands __builtin_constant_p. */
#define HAVE__BUILTIN_CONSTANT_P 1

/* Define to 1 if your compiler understands __builtin_ctz. */
#define HAVE__BUILTIN_CTZ 1

/* Define to 1 if your compiler understands __builtin_frame_address. */
#define HAVE__BUILTIN_FRAME_ADDRESS 1

/* Define to 1 if your compiler understands __builtin_$op_overflow. */
#define HAVE__BUILTIN_OP_OVERFLOW 1

/* Define to 1 if your compiler understands __builtin_popcount. */
#define HAVE__BUILTIN_POPCOUNT 1

/* Define to 1 if your compiler understands __builtin_types_compatible_p. */
#define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1

/* Define to 1 if your compiler understands __builtin_unreachable. */
#define HAVE__BUILTIN_UNREACHABLE 1

/* Define to 1 if you have the `_configthreadlocale' function. */
/* #undef HAVE__CONFIGTHREADLOCALE */

/* Define to 1 if you have __cpuid. */
/* #undef HAVE__CPUID */

/* Define to 1 if you have __get_cpuid. */
#define HAVE__GET_CPUID 1

/* Define to 1 if your compiler understands _Static_assert. */
#define HAVE__STATIC_ASSERT 1

/* Define to 1 if you have the `__strtoll' function. */
/* #undef HAVE___STRTOLL */

/* Define to 1 if you have the `__strtoull' function. */
/* #undef HAVE___STRTOULL */

/* Define to the appropriate printf length modifier for 64-bit ints. */
#define INT64_MODIFIER "l"

/* Define to 1 if `locale_t' requires <xlocale.h>. */
/* #undef LOCALE_T_IN_XLOCALE */

/* Define as the maximum alignment requirement of any C data type. */
#define MAXIMUM_ALIGNOF 8

/* Define bytes to use libc memset(). */
#define MEMSET_LOOP_LIMIT 1024

/* Define to the OpenSSL API version in use. This avoids deprecation warnings
   from newer OpenSSL versions. */
#define OPENSSL_API_COMPAT 0x10001000L

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"

/* Define to the full name of this package. */
#define PACKAGE_NAME "PostgreSQL"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 13.23"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"

/* Define to the home page for this package. */
#define PACKAGE_URL "https://www.postgresql.org/"

/* Define to the version of this package. */
#define PACKAGE_VERSION "13.23"

/* Define to the name of a signed 128-bit integer type. */
#define PG_INT128_TYPE __int128

/* Define to the name of a signed 64-bit integer type. */
#define PG_INT64_TYPE long int

/* Define to the name of the default PostgreSQL service principal in Kerberos
   (GSSAPI). (--with-krb-srvnam=NAME) */
#define PG_KRB_SRVNAM "postgres"

/* PostgreSQL major version as a string */
#define PG_MAJORVERSION "13"

/* PostgreSQL major version number */
#define PG_MAJORVERSION_NUM 13

/* PostgreSQL minor version number */
#define PG_MINORVERSION_NUM 23

/* Define to best printf format archetype, usually gnu_printf if available. */
#define PG_PRINTF_ATTRIBUTE gnu_printf

/* Define to 1 to use <stdbool.h> to define type bool. */
#define PG_USE_STDBOOL 1

/* PostgreSQL version as a string */
#define PG_VERSION "13.23"

/* PostgreSQL version as a number */
#define PG_VERSION_NUM 130023

/* A string containing the version number, platform, and C compiler */
#define PG_VERSION_STR "PostgreSQL 13.23 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28), 64-bit"

/* Define to 1 to allow profiling output to be saved separately for each
   process. */
/* #undef PROFILE_PID_DIR */

/* Define to necessary symbol if this constant uses a non-standard name on
   your system. */
/* #undef PTHREAD_CREATE_JOINABLE */

/* RELSEG_SIZE is the maximum number of blocks allowed in one disk file. Thus,
   the maximum size of a single file is RELSEG_SIZE * BLCKSZ; relations bigger
   than that are divided into multiple files. RELSEG_SIZE * BLCKSZ must be
   less than your OS' limit on file size. This is often 2 GB or 4GB in a
   32-bit operating system, unless you have large file support enabled. By
   default, we make the limit 1 GB to avoid any possible integer-overflow
   problems within the OS. A limit smaller than necessary only means we divide
   a large relation into more chunks than necessary, so it seems best to err
   in the direction of a small limit. A power-of-2 value is recommended to
   save a few cycles in md.c, but is not absolutely required. Changing
   RELSEG_SIZE requires an initdb. */
#define RELSEG_SIZE 131072

/* The size of `bool', as computed by sizeof. */
#define SIZEOF_BOOL 1

/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 8

/* The size of `off_t', as computed by sizeof. */
#define SIZEOF_OFF_T 8

/* The size of `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8

/* The size of `void *', as computed by sizeof. */
#define SIZEOF_VOID_P 8

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Define to 1 if strerror_r() returns int. */
/* #undef STRERROR_R_INT */

/* Define to 1 to use ARMv8 CRC Extension. */
/* #undef USE_ARMV8_CRC32C */

/* Define to 1 to use ARMv8 CRC Extension with a runtime check. */
/* #undef USE_ARMV8_CRC32C_WITH_RUNTIME_CHECK */

/* Define to 1 to build with assertion checks. (--enable-cassert) */
/* #undef USE_ASSERT_CHECKING */

/* Define to 1 to build with Bonjour support. (--with-bonjour) */
/* #undef USE_BONJOUR */

/* Define to 1 to build with BSD Authentication support. (--with-bsd-auth) */
/* #undef USE_BSD_AUTH */

/* Define to use /dev/urandom for random number generation */
/* #undef USE_DEV_URANDOM */

/* Define to build with ICU support. (--with-icu) */
/* #undef USE_ICU */

/* Define to 1 to build with LDAP support. (--with-ldap) */
#define USE_LDAP 1

/* Define to 1 to build with XML support. (--with-libxml) */
/* #undef USE_LIBXML */

/* Define to 1 to use XSLT support when building contrib/xml2.
   (--with-libxslt) */
/* #undef USE_LIBXSLT */

/* Define to 1 to build with LLVM based JIT support. (--with-llvm) */
/* #undef USE_LLVM */

/* Define to select named POSIX semaphores. */
/* #undef USE_NAMED_POSIX_SEMAPHORES */

/* Define to build with OpenSSL support. (--with-openssl) */
#define USE_OPENSSL 1

/* Define to use OpenSSL for random number generation */
#define USE_OPENSSL_RANDOM 1

/* Define to 1 to build with PAM support. (--with-pam) */
/* #undef USE_PAM */

/* Define to 1 to use software CRC-32C implementation (slicing-by-8). */
/* #undef USE_SLICING_BY_8_CRC32C */

/* Define to 1 use Intel SSE 4.2 CRC instructions. */
/* #undef USE_SSE42_CRC32C */

/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
#define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK 1

/* Define to build with systemd support. (--with-systemd) */
/* #undef USE_SYSTEMD */

/* Define to select SysV-style semaphores. */
/* #undef USE_SYSV_SEMAPHORES */

/* Define to select SysV-style shared memory. */
#define USE_SYSV_SHARED_MEMORY 1

/* Define to select unnamed POSIX semaphores. */
#define USE_UNNAMED_POSIX_SEMAPHORES 1

/* Define to use native Windows API for random number generation */
/* #undef USE_WIN32_RANDOM */

/* Define to select Win32-style semaphores. */
/* #undef USE_WIN32_SEMAPHORES */

/* Define to select Win32-style shared memory. */
/* #undef USE_WIN32_SHARED_MEMORY */

/* Define to 1 if `wcstombs_l' requires <xlocale.h>. */
/* #undef WCSTOMBS_L_IN_XLOCALE */

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* #  undef WORDS_BIGENDIAN */
# endif
#endif

/* Size of a WAL file block. This need have no particular relation to BLCKSZ.
   XLOG_BLCKSZ must be a power of 2, and if your system supports O_DIRECT I/O,
   XLOG_BLCKSZ must be a multiple of the alignment requirement for direct-I/O
   buffers, else direct I/O may fail. Changing XLOG_BLCKSZ requires an initdb.
   */
#define XLOG_BLCKSZ 8192



/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */

/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */

/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
/* #undef inline */
#endif

/* Define to keyword to use for C99 restrict support, or to nothing if not
   supported */
#define pg_restrict __restrict

/* Define to the equivalent of the C99 'restrict' keyword, or to
   nothing if this is not supported.  Do not define if restrict is
   supported directly.  */
#define restrict __restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
   __restrict__, even though the corresponding Sun C compiler ends up with
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
   previous line.  Perhaps some future version of Sun C++ will work with
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif

/* Define to how the compiler spells `typeof'. */
/* #undef typeof */


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
27 May 2026 11.04 PM
root / root
0755
GL
--
13 Nov 2022 6.37 PM
root / root
0755
X11
--
25 Oct 2024 8.22 AM
root / root
0755
arpa
--
24 Jul 2026 4.15 AM
root / root
0755
asm
--
9 Sep 2026 4.01 AM
root / root
0755
asm-generic
--
9 Sep 2026 4.01 AM
root / root
0755
bind9
--
15 Aug 2026 4.00 AM
root / root
0755
bits
--
24 Jul 2026 4.15 AM
root / root
0755
bsock
--
10 Sep 2026 4.14 AM
root / root
0755
c++
--
26 Aug 2025 9.44 AM
root / root
0755
cairo
--
25 Jul 2024 8.42 AM
root / root
0755
criu-lve
--
7 Jul 2026 4.01 AM
root / root
0755
drm
--
9 Sep 2026 4.01 AM
root / root
0755
e2p
--
10 Oct 2025 4.17 AM
root / root
0755
et
--
10 Oct 2025 4.17 AM
root / root
0755
event2
--
25 Feb 2025 7.47 AM
root / root
0755
ext2fs
--
10 Oct 2025 4.17 AM
root / root
0755
finclude
--
24 Jul 2026 4.15 AM
root / root
0755
fontconfig
--
13 Nov 2022 6.37 PM
root / root
0755
freetype2
--
4 Apr 2025 4.12 AM
root / root
0755
fstrm
--
13 Nov 2022 6.37 PM
root / root
0755
gdbm
--
13 Nov 2022 6.37 PM
root / root
0755
gio-unix-2.0
--
10 Sep 2026 5.20 PM
root / root
0755
glib-2.0
--
12 Sep 2026 4.00 AM
root / root
0755
gnu
--
24 Jul 2026 4.15 AM
root / root
0755
google
--
14 Oct 2023 9.21 PM
root / root
0755
gssapi
--
13 May 2026 5.38 PM
root / root
0755
gssrpc
--
13 May 2026 5.38 PM
root / root
0755
json-c
--
13 Nov 2022 6.37 PM
root / root
0755
kadm5
--
13 May 2026 5.38 PM
root / root
0755
krb5
--
13 May 2026 5.38 PM
root / root
0755
libexslt
--
18 Jun 2026 4.00 AM
root / root
0755
libltdl
--
13 Nov 2022 6.37 PM
root / root
0755
libpng16
--
27 Jun 2026 4.00 AM
root / root
0755
libpq
--
23 Jun 2026 4.00 AM
root / root
0755
libxml2
--
31 Aug 2026 4.29 AM
root / root
0755
libxslt
--
18 Jun 2026 4.00 AM
root / root
0755
linux
--
9 Sep 2026 4.01 AM
root / root
0755
lua-5.1
--
25 Jul 2024 8.09 AM
root / root
0755
lve
--
15 Sep 2026 4.01 AM
root / root
0755
lzma
--
13 Nov 2022 6.37 PM
root / root
0755
misc
--
9 Sep 2026 4.01 AM
root / root
0755
mtd
--
9 Sep 2026 4.01 AM
root / root
0755
mysql
--
24 Aug 2026 4.09 AM
root / root
0755
ncurses
--
11 Jan 2024 12.48 PM
root / root
0755
ncursesw
--
11 Jan 2024 12.48 PM
root / root
0755
net
--
24 Jul 2026 4.15 AM
root / root
0755
netash
--
24 Jul 2026 4.15 AM
root / root
0755
netatalk
--
24 Jul 2026 4.15 AM
root / root
0755
netax25
--
24 Jul 2026 4.15 AM
root / root
0755
neteconet
--
24 Jul 2026 4.15 AM
root / root
0755
netinet
--
24 Jul 2026 4.15 AM
root / root
0755
netipx
--
24 Jul 2026 4.15 AM
root / root
0755
netiucv
--
24 Jul 2026 4.15 AM
root / root
0755
netpacket
--
24 Jul 2026 4.15 AM
root / root
0755
netrom
--
24 Jul 2026 4.15 AM
root / root
0755
netrose
--
24 Jul 2026 4.15 AM
root / root
0755
nfs
--
24 Jul 2026 4.15 AM
root / root
0755
openssl
--
15 Jul 2026 4.02 AM
root / root
0755
perf
--
9 Sep 2026 4.01 AM
root / root
0755
pgsql
--
22 Jun 2026 6.23 AM
root / root
0755
pixman-1
--
25 Jul 2024 8.42 AM
root / root
0755
protobuf-c
--
11 Jan 2024 12.44 PM
root / root
0755
protocols
--
24 Jul 2026 4.15 AM
root / root
0755
python2.7
--
25 Jul 2024 8.13 AM
root / root
0755
python2.7-debug
--
25 Jul 2024 8.42 AM
root / root
0755
python3.12
--
26 Aug 2026 4.02 AM
root / root
0755
python3.6m
--
20 Aug 2026 4.06 AM
root / root
0755
python3.8
--
20 Sep 2024 1.18 PM
root / root
0755
rdma
--
9 Sep 2026 4.01 AM
root / root
0755
rpc
--
24 Jul 2026 4.15 AM
root / root
0755
scsi
--
9 Sep 2026 4.01 AM
root / root
0755
security
--
20 Aug 2026 4.06 AM
root / root
0755
selinux
--
12 Feb 2026 5.01 AM
root / root
0755
sepol
--
13 Nov 2022 6.31 PM
root / root
0755
sound
--
9 Sep 2026 4.01 AM
root / root
0755
sys
--
24 Jul 2026 4.15 AM
root / root
0755
uuid
--
7 Feb 2026 5.16 AM
root / root
0755
video
--
9 Sep 2026 4.01 AM
root / root
0755
webp
--
8 Jun 2025 4.24 AM
root / root
0755
xcb
--
13 Nov 2022 6.37 PM
root / root
0755
xen
--
9 Sep 2026 4.01 AM
root / root
0755
FlexLexer.h
6.731 KB
12 Oct 2019 12.33 PM
root / root
0644
a.out.h
4.248 KB
21 Jul 2026 2.46 PM
root / root
0644
aio.h
7.281 KB
21 Jul 2026 2.46 PM
root / root
0644
aliases.h
1.983 KB
21 Jul 2026 2.46 PM
root / root
0644
alloca.h
1.175 KB
21 Jul 2026 2.46 PM
root / root
0644
ar.h
1.689 KB
21 Jul 2026 2.46 PM
root / root
0644
argp.h
24.818 KB
21 Jul 2026 2.46 PM
root / root
0644
argz.h
5.908 KB
21 Jul 2026 2.46 PM
root / root
0644
assert.h
4.454 KB
21 Jul 2026 2.46 PM
root / root
0644
autosprintf.h
2.327 KB
18 Nov 2019 5.16 PM
root / root
0644
byteswap.h
1.371 KB
21 Jul 2026 2.46 PM
root / root
0644
bzlib.h
6.099 KB
10 Sep 2010 11.08 PM
root / root
0644
com_err.h
2.068 KB
21 Mar 2020 4.24 AM
root / root
0644
complex.h
6.995 KB
21 Jul 2026 2.46 PM
root / root
0644
cpio.h
2.214 KB
21 Jul 2026 2.46 PM
root / root
0644
cpuidle.h
0.824 KB
24 Aug 2026 5.20 PM
root / root
0644
crypt.h
8.904 KB
9 Oct 2021 4.04 AM
root / root
0644
ctype.h
10.706 KB
21 Jul 2026 2.46 PM
root / root
0644
curses.h
97.29 KB
14 Oct 2023 6.54 PM
root / root
0644
cursesapp.h
6.616 KB
14 Oct 2023 6.54 PM
root / root
0644
cursesf.h
27.196 KB
14 Oct 2023 6.54 PM
root / root
0644
cursesm.h
19.216 KB
14 Oct 2023 6.54 PM
root / root
0644
cursesp.h
8.399 KB
14 Oct 2023 6.54 PM
root / root
0644
cursesw.h
48.554 KB
14 Oct 2023 6.54 PM
root / root
0644
cursslk.h
7.133 KB
14 Oct 2023 6.54 PM
root / root
0644
dbm.h
1.381 KB
8 Oct 2022 1.22 PM
root / root
0644
dirent.h
12.191 KB
21 Jul 2026 2.46 PM
root / root
0644
dlfcn.h
7.068 KB
21 Jul 2026 2.46 PM
root / root
0644
elf.h
170.73 KB
21 Jul 2026 2.46 PM
root / root
0644
endian.h
3.114 KB
21 Jul 2026 2.46 PM
root / root
0644
entities.h
4.814 KB
30 Aug 2017 11.05 AM
root / root
0644
envz.h
2.799 KB
21 Jul 2026 2.46 PM
root / root
0644
err.h
2.157 KB
21 Jul 2026 2.46 PM
root / root
0644
errno.h
1.639 KB
21 Jul 2026 2.46 PM
root / root
0644
error.h
1.991 KB
21 Jul 2026 2.46 PM
root / root
0644
eti.h
2.823 KB
14 Oct 2023 6.54 PM
root / root
0644
etip.h
9.475 KB
14 Oct 2023 6.54 PM
root / root
0644
evdns.h
1.972 KB
12 Oct 2019 12.29 AM
root / root
0644
event.h
2.68 KB
12 Oct 2019 12.29 AM
root / root
0644
evhttp.h
1.987 KB
12 Oct 2019 12.29 AM
root / root
0644
evrpc.h
1.968 KB
12 Oct 2019 12.29 AM
root / root
0644
evutil.h
1.74 KB
12 Oct 2019 12.29 AM
root / root
0644
execinfo.h
1.486 KB
21 Jul 2026 2.46 PM
root / root
0644
expat.h
43.235 KB
8 Sep 2026 4.51 AM
root / root
0644
expat_config.h
3.818 KB
8 Sep 2026 4.51 AM
root / root
0644
expat_external.h
5.888 KB
8 Sep 2026 4.51 AM
root / root
0644
fcntl.h
10.701 KB
21 Jul 2026 2.46 PM
root / root
0644
features.h
15.686 KB
21 Jul 2026 2.46 PM
root / root
0644
fenv.h
5.72 KB
21 Jul 2026 2.46 PM
root / root
0644
fmtmsg.h
3.163 KB
21 Jul 2026 2.46 PM
root / root
0644
fnmatch.h
2.241 KB
21 Jul 2026 2.46 PM
root / root
0644
form.h
18.165 KB
14 Oct 2023 6.54 PM
root / root
0644
fpu_control.h
3.499 KB
21 Jul 2026 2.46 PM
root / root
0644
fstab.h
3.038 KB
21 Jul 2026 2.46 PM
root / root
0644
fstrm.h
12.712 KB
11 Mar 2019 8.58 PM
root / root
0644
fts.h
8.176 KB
21 Jul 2026 2.46 PM
root / root
0644
ftw.h
5.128 KB
21 Jul 2026 2.46 PM
root / root
0644
gconv.h
3.985 KB
21 Jul 2026 2.46 PM
root / root
0644
gcrypt.h
68.712 KB
29 Jul 2026 2.15 AM
root / root
0644
gd.h
56.423 KB
30 Aug 2017 11.05 AM
root / root
0644
gd_color_map.h
0.467 KB
30 Aug 2017 11.05 AM
root / root
0644
gd_errors.h
1.468 KB
30 Aug 2017 11.05 AM
root / root
0644
gd_io.h
3.052 KB
30 Aug 2017 11.05 AM
root / root
0644
gdbm.h
10.103 KB
8 Oct 2022 1.22 PM
root / root
0644
gdcache.h
2.83 KB
30 Aug 2017 11.05 AM
root / root
0644
gdfontg.h
0.54 KB
30 Aug 2017 11.05 AM
root / root
0644
gdfontl.h
0.538 KB
30 Aug 2017 11.05 AM
root / root
0644
gdfontmb.h
0.507 KB
30 Aug 2017 11.05 AM
root / root
0644
gdfonts.h
0.503 KB
30 Aug 2017 11.05 AM
root / root
0644
gdfontt.h
0.533 KB
30 Aug 2017 11.05 AM
root / root
0644
gdfx.h
0.485 KB
30 Aug 2017 11.05 AM
root / root
0644
gdpp.h
50.939 KB
30 Aug 2017 11.05 AM
root / root
0644
getopt.h
1.434 KB
21 Jul 2026 2.46 PM
root / root
0644
gettext-po.h
15.17 KB
18 Nov 2019 5.17 PM
root / root
0644
glob.h
6.459 KB
21 Jul 2026 2.46 PM
root / root
0644
gnu-versions.h
2.287 KB
21 Jul 2026 2.46 PM
root / root
0644
gnumake.h
2.844 KB
18 Apr 2022 4.38 PM
root / root
0644
gpg-error.h
66.288 KB
12 Oct 2019 12.20 PM
root / root
0644
gpgrt.h
66.288 KB
12 Oct 2019 12.20 PM
root / root
0644
grp.h
6.529 KB
21 Jul 2026 2.46 PM
root / root
0644
gshadow.h
4.422 KB
21 Jul 2026 2.46 PM
root / root
0644
gssapi.h
0.177 KB
13 May 2026 6.34 AM
root / root
0644
iconv.h
1.813 KB
21 Jul 2026 2.46 PM
root / root
0644
idn-free.h
2.414 KB
13 Oct 2019 4.55 PM
root / root
0644
idn-int.h
0.02 KB
13 Oct 2019 4.55 PM
root / root
0644
idna.h
3.48 KB
13 Oct 2019 4.55 PM
root / root
0644
ieee754.h
4.795 KB
21 Jul 2026 2.46 PM
root / root
0644
ifaddrs.h
2.773 KB
21 Jul 2026 2.46 PM
root / root
0644
inttypes.h
11.613 KB
21 Jul 2026 2.46 PM
root / root
0644
jconfig-64.h
2.173 KB
14 May 2025 12.43 PM
root / root
0644
jconfig.h
0.24 KB
14 May 2025 12.43 PM
root / root
0644
jerror.h
14.734 KB
14 May 2025 12.43 PM
root / root
0644
jmorecfg.h
14.696 KB
14 May 2025 12.43 PM
root / root
0644
jpegint.h
15.221 KB
14 May 2025 12.43 PM
root / root
0644
jpeglib.h
48.706 KB
14 May 2025 12.43 PM
root / root
0644
kdb.h
67.661 KB
13 May 2026 6.34 AM
root / root
0644
keyutils.h
7.518 KB
8 Oct 2021 1.50 PM
root / root
0644
krad.h
8.724 KB
13 May 2026 6.34 AM
root / root
0644
krb5.h
0.393 KB
13 May 2026 6.34 AM
root / root
0644
langinfo.h
17.43 KB
21 Jul 2026 2.46 PM
root / root
0644
lastlog.h
0.123 KB
21 Jul 2026 2.46 PM
root / root
0644
libaio.h
8.728 KB
13 Nov 2019 1.59 PM
root / root
0644
libgen.h
1.353 KB
21 Jul 2026 2.46 PM
root / root
0644
libintl.h
4.472 KB
21 Jul 2026 2.46 PM
root / root
0644
liblsapi-sha1.h
1.455 KB
24 Jun 2026 8.03 PM
root / root
0644
libpq-events.h
2.162 KB
10 Nov 2025 9.59 PM
root / root
0644
libpq-fe.h
22.791 KB
10 Nov 2025 9.59 PM
root / root
0644
limits.h
5.285 KB
21 Jul 2026 2.46 PM
root / root
0644
link.h
7.049 KB
21 Jul 2026 2.46 PM
root / root
0644
locale.h
7.494 KB
21 Jul 2026 2.46 PM
root / root
0644
lsapidef.h
4.854 KB
24 Jun 2026 8.03 PM
root / root
0644
lscapi.h
25.738 KB
24 Jun 2026 8.03 PM
root / root
0644
lscapi_config.h
0.585 KB
24 Jun 2026 8.03 PM
root / root
0644
ltdl.h
5.575 KB
11 Oct 2019 2.55 PM
root / root
0644
lzma.h
9.587 KB
29 Apr 2018 3.10 PM
root / root
0644
malloc.h
5.959 KB
21 Jul 2026 2.46 PM
root / root
0644
math.h
52.068 KB
21 Jul 2026 2.46 PM
root / root
0644
maxminddb.h
7.179 KB
23 Mar 2016 4.57 PM
root / root
0644
maxminddb_config-64.h
0.495 KB
12 Feb 2024 2.30 AM
root / root
0644
maxminddb_config.h
0.174 KB
12 Feb 2024 2.30 AM
root / root
0644
mcheck.h
2.377 KB
21 Jul 2026 2.46 PM
root / root
0644
memory.h
0.933 KB
21 Jul 2026 2.46 PM
root / root
0644
menu.h
11.911 KB
14 Oct 2023 6.54 PM
root / root
0644
mntent.h
3.279 KB
21 Jul 2026 2.46 PM
root / root
0644
monetary.h
1.761 KB
21 Jul 2026 2.46 PM
root / root
0644
mqueue.h
3.671 KB
21 Jul 2026 2.46 PM
root / root
0644
nc_tparm.h
4.099 KB
14 Oct 2023 6.54 PM
root / root
0644
ncurses.h
97.29 KB
14 Oct 2023 6.54 PM
root / root
0644
ncurses_dll.h
4.177 KB
14 Oct 2023 6.54 PM
root / root
0644
ndbm.h
2.396 KB
8 Oct 2022 1.22 PM
root / root
0644
netdb.h
27.44 KB
21 Jul 2026 2.46 PM
root / root
0644
nl_types.h
1.711 KB
21 Jul 2026 2.46 PM
root / root
0644
nss.h
1.834 KB
21 Jul 2026 2.46 PM
root / root
0644
obstack.h
20.807 KB
21 Jul 2026 2.46 PM
root / root
0644
panel.h
4.026 KB
14 Oct 2023 6.54 PM
root / root
0644
paths.h
2.907 KB
21 Jul 2026 2.46 PM
root / root
0644
pcre.h
30.975 KB
8 Oct 2021 7.17 PM
root / root
0644
pcre2.h
43.752 KB
2 Aug 2022 4.07 PM
root / root
0644
pcre2posix.h
5.668 KB
2 Aug 2022 4.07 PM
root / root
0644
pcre_scanner.h
6.445 KB
8 Oct 2021 7.17 PM
root / root
0644
pcre_stringpiece.h
6.164 KB
8 Oct 2021 7.17 PM
root / root
0644
pcrecpp.h
25.907 KB
8 Oct 2021 7.17 PM
root / root
0644
pcrecpparg.h
6.624 KB
8 Oct 2021 7.17 PM
root / root
0644
pcreposix.h
5.324 KB
8 Oct 2021 7.17 PM
root / root
0644
pg_config-x86_64.h
31.997 KB
22 Jun 2026 6.23 AM
root / root
0644
pg_config.h
1.21 KB
22 Jun 2026 6.23 AM
root / root
0644
pg_config_ext-x86_64.h
0.315 KB
22 Jun 2026 6.23 AM
root / root
0644
pg_config_ext.h
1.241 KB
22 Jun 2026 6.23 AM
root / root
0644
pg_config_manual.h
12.715 KB
22 Jun 2026 6.23 AM
root / root
0644
pg_config_os.h
1.027 KB
10 Nov 2025 9.59 PM
root / root
0644
png.h
140.771 KB
25 Jun 2026 5.21 PM
root / root
0644
pngconf.h
22.31 KB
25 Jun 2026 5.21 PM
root / root
0644
pnglibconf.h
7.39 KB
25 Jun 2026 5.21 PM
root / root
0644
poll.h
0.021 KB
21 Jul 2026 2.46 PM
root / root
0644
postgres_ext.h
2.187 KB
10 Nov 2025 9.59 PM
root / root
0644
pr29.h
2.073 KB
13 Oct 2019 4.55 PM
root / root
0644
printf.h
6.641 KB
21 Jul 2026 2.46 PM
root / root
0644
proc_service.h
3.395 KB
21 Jul 2026 2.46 PM
root / root
0644
profile.h
11.869 KB
13 May 2026 6.34 AM
root / root
0644
pthread.h
40.302 KB
21 Jul 2026 2.46 PM
root / root
0644
pty.h
1.532 KB
21 Jul 2026 2.46 PM
root / root
0644
punycode.h
9.164 KB
13 Oct 2019 4.55 PM
root / root
0644
pwd.h
6.014 KB
21 Jul 2026 2.46 PM
root / root
0644
re_comp.h
0.939 KB
21 Jul 2026 2.46 PM
root / root
0644
regex.h
24.136 KB
21 Jul 2026 2.46 PM
root / root
0644
regexp.h
1.413 KB
21 Jul 2026 2.46 PM
root / root
0644
resolv.h
11.868 KB
21 Jul 2026 2.46 PM
root / root
0644
sched.h
4.621 KB
21 Jul 2026 2.46 PM
root / root
0644
search.h
5.101 KB
21 Jul 2026 2.46 PM
root / root
0644
semaphore.h
2.343 KB
21 Jul 2026 2.46 PM
root / root
0644
setjmp.h
3.583 KB
21 Jul 2026 2.46 PM
root / root
0644
sgtty.h
1.312 KB
21 Jul 2026 2.46 PM
root / root
0644
shadow.h
5.343 KB
21 Jul 2026 2.46 PM
root / root
0644
signal.h
11.956 KB
21 Jul 2026 2.46 PM
root / root
0644
spawn.h
6.533 KB
21 Jul 2026 2.46 PM
root / root
0644
stab.h
0.258 KB
21 Jul 2026 2.46 PM
root / root
0644
stdc-predef.h
2.235 KB
21 Jul 2026 2.46 PM
root / root
0644
stdint.h
8.271 KB
21 Jul 2026 2.46 PM
root / root
0644
stdio.h
29.461 KB
21 Jul 2026 2.46 PM
root / root
0644
stdio_ext.h
2.733 KB
21 Jul 2026 2.46 PM
root / root
0644
stdlib.h
34.817 KB
21 Jul 2026 2.46 PM
root / root
0644
string.h
17.175 KB
21 Jul 2026 2.46 PM
root / root
0644
stringprep.h
8.034 KB
13 Oct 2019 4.55 PM
root / root
0644
strings.h
4.641 KB
21 Jul 2026 2.46 PM
root / root
0644
syscall.h
0.024 KB
21 Jul 2026 2.46 PM
root / root
0644
sysexits.h
5.109 KB
21 Jul 2026 2.46 PM
root / root
0644
syslog.h
0.023 KB
21 Jul 2026 2.46 PM
root / root
0644
tar.h
3.696 KB
21 Jul 2026 2.46 PM
root / root
0644
term.h
40.225 KB
14 Oct 2023 6.54 PM
root / root
0644
term_entry.h
8.555 KB
14 Oct 2023 6.54 PM
root / root
0644
termcap.h
3.392 KB
14 Oct 2023 6.54 PM
root / root
0644
termio.h
0.209 KB
21 Jul 2026 2.46 PM
root / root
0644
termios.h
3.514 KB
21 Jul 2026 2.46 PM
root / root
0644
tgmath.h
30.751 KB
21 Jul 2026 2.46 PM
root / root
0644
thread_db.h
15.647 KB
21 Jul 2026 2.46 PM
root / root
0644
threads.h
6.499 KB
21 Jul 2026 2.46 PM
root / root
0644
tic.h
13.318 KB
14 Oct 2023 6.54 PM
root / root
0644
tiff.h
35.14 KB
29 Jul 2026 1.45 AM
root / root
0644
tiffconf-64.h
3.349 KB
29 Jul 2026 1.45 AM
root / root
0644
tiffconf.h
0.244 KB
29 Jul 2026 1.45 AM
root / root
0644
tiffio.h
22.683 KB
29 Jul 2026 1.45 AM
root / root
0644
tiffio.hxx
1.662 KB
29 Jul 2026 1.45 AM
root / root
0644
tiffvers.h
0.4 KB
29 Jul 2026 1.45 AM
root / root
0644
time.h
10.117 KB
21 Jul 2026 2.46 PM
root / root
0644
tld.h
4.541 KB
13 Oct 2019 4.55 PM
root / root
0644
ttyent.h
2.436 KB
21 Jul 2026 2.46 PM
root / root
0644
uchar.h
1.954 KB
21 Jul 2026 2.46 PM
root / root
0644
ucontext.h
1.988 KB
21 Jul 2026 2.46 PM
root / root
0644
ulimit.h
1.546 KB
21 Jul 2026 2.46 PM
root / root
0644
unctrl.h
3.026 KB
14 Oct 2023 6.54 PM
root / root
0644
unistd.h
41.736 KB
21 Jul 2026 2.46 PM
root / root
0644
utime.h
1.466 KB
21 Jul 2026 2.46 PM
root / root
0644
utmp.h
3.146 KB
21 Jul 2026 2.46 PM
root / root
0644
utmpx.h
4.003 KB
21 Jul 2026 2.46 PM
root / root
0644
values.h
1.909 KB
21 Jul 2026 2.46 PM
root / root
0644
verto-module.h
6.484 KB
8 Oct 2022 7.49 AM
root / root
0644
verto.h
18.981 KB
8 Oct 2022 7.49 AM
root / root
0644
wait.h
0.021 KB
21 Jul 2026 2.46 PM
root / root
0644
wchar.h
30.382 KB
21 Jul 2026 2.46 PM
root / root
0644
wctype.h
5.418 KB
21 Jul 2026 2.46 PM
root / root
0644
wordexp.h
2.442 KB
21 Jul 2026 2.46 PM
root / root
0644
zconf.h
15.881 KB
11 Oct 2023 10.02 PM
root / root
0644
zlib.h
94.005 KB
11 Oct 2023 10.02 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF