Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9
File: config.h
/* config.h. Generated from config.h.in by configure. */
[0] Fix | Delete
/* config.h.in. Generated from configure.ac by autoheader. */
[1] Fix | Delete
/*
[2] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[3] Fix | Delete
*
[4] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[5] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[6] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[7] Fix | Delete
*
[8] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[9] Fix | Delete
* information regarding copyright ownership.
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
/*! \file */
[13] Fix | Delete
[14] Fix | Delete
/***
[15] Fix | Delete
*** This file is not to be included by any public header files, because
[16] Fix | Delete
*** it does not get installed.
[17] Fix | Delete
***/
[18] Fix | Delete
[19] Fix | Delete
/** define on DEC OSF to enable 4.4BSD style sa_len support */
[20] Fix | Delete
/* #undef _SOCKADDR_LEN */
[21] Fix | Delete
[22] Fix | Delete
/** define if your system needs pthread_init() before using pthreads */
[23] Fix | Delete
/* #undef NEED_PTHREAD_INIT */
[24] Fix | Delete
[25] Fix | Delete
/** define if your system has sigwait() */
[26] Fix | Delete
#define HAVE_SIGWAIT 1
[27] Fix | Delete
[28] Fix | Delete
/** define if sigwait() is the UnixWare flavor */
[29] Fix | Delete
/* #undef HAVE_UNIXWARE_SIGWAIT */
[30] Fix | Delete
[31] Fix | Delete
/** define on Solaris to get sigwait() to work using pthreads semantics */
[32] Fix | Delete
/* #undef _POSIX_PTHREAD_SEMANTICS */
[33] Fix | Delete
[34] Fix | Delete
/** define if LinuxThreads is in use */
[35] Fix | Delete
#define HAVE_LINUXTHREADS 1
[36] Fix | Delete
[37] Fix | Delete
/** define if sysconf() is available */
[38] Fix | Delete
#define HAVE_SYSCONF 1
[39] Fix | Delete
[40] Fix | Delete
/** define if sysctlbyname() is available */
[41] Fix | Delete
/* #undef HAVE_SYSCTLBYNAME */
[42] Fix | Delete
[43] Fix | Delete
/** define if catgets() is available */
[44] Fix | Delete
#define HAVE_CATGETS 1
[45] Fix | Delete
[46] Fix | Delete
/** define if getifaddrs() exists */
[47] Fix | Delete
#define HAVE_GETIFADDRS 1
[48] Fix | Delete
[49] Fix | Delete
/** define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
[50] Fix | Delete
/* #undef HAVE_IFLIST_SYSCTL */
[51] Fix | Delete
[52] Fix | Delete
/** define if tzset() is available */
[53] Fix | Delete
#define HAVE_TZSET 1
[54] Fix | Delete
[55] Fix | Delete
/** define if struct addrinfo exists */
[56] Fix | Delete
#define HAVE_ADDRINFO 1
[57] Fix | Delete
[58] Fix | Delete
/** define if getaddrinfo() exists */
[59] Fix | Delete
#define HAVE_GETADDRINFO 1
[60] Fix | Delete
[61] Fix | Delete
/** define if gai_strerror() exists */
[62] Fix | Delete
#define HAVE_GAISTRERROR 1
[63] Fix | Delete
[64] Fix | Delete
/**
[65] Fix | Delete
* define if pthread_setconcurrency() should be called to tell the
[66] Fix | Delete
* OS how many threads we might want to run.
[67] Fix | Delete
*/
[68] Fix | Delete
/* #undef CALL_PTHREAD_SETCONCURRENCY */
[69] Fix | Delete
[70] Fix | Delete
/** define if IPv6 is not disabled */
[71] Fix | Delete
#define WANT_IPV6 1
[72] Fix | Delete
[73] Fix | Delete
/** define if flockfile() is available */
[74] Fix | Delete
#define HAVE_FLOCKFILE 1
[75] Fix | Delete
[76] Fix | Delete
/** define if getc_unlocked() is available */
[77] Fix | Delete
#define HAVE_GETCUNLOCKED 1
[78] Fix | Delete
[79] Fix | Delete
/** Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */
[80] Fix | Delete
/* #undef SHUTUP_SPUTAUX */
[81] Fix | Delete
#ifdef SHUTUP_SPUTAUX
[82] Fix | Delete
struct __sFILE;
[83] Fix | Delete
extern __inline int __sputaux(int _c, struct __sFILE *_p);
[84] Fix | Delete
#endif
[85] Fix | Delete
[86] Fix | Delete
/** Shut up warnings about missing sigwait prototype on BSD/OS 4.0* */
[87] Fix | Delete
/* #undef SHUTUP_SIGWAIT */
[88] Fix | Delete
#ifdef SHUTUP_SIGWAIT
[89] Fix | Delete
int sigwait(const unsigned int *set, int *sig);
[90] Fix | Delete
#endif
[91] Fix | Delete
[92] Fix | Delete
/** Shut up warnings from gcc -Wcast-qual on BSD/OS 4.1. */
[93] Fix | Delete
/* #undef SHUTUP_STDARG_CAST */
[94] Fix | Delete
#if defined(SHUTUP_STDARG_CAST) && defined(__GNUC__)
[95] Fix | Delete
#include <stdarg.h> /** Grr. Must be included *every time*. */
[96] Fix | Delete
/**
[97] Fix | Delete
* The silly continuation line is to keep configure from
[98] Fix | Delete
* commenting out the #undef.
[99] Fix | Delete
*/
[100] Fix | Delete
[101] Fix | Delete
#undef \
[102] Fix | Delete
va_start
[103] Fix | Delete
#define va_start(ap, last) \
[104] Fix | Delete
do { \
[105] Fix | Delete
union { const void *konst; long *var; } _u; \
[106] Fix | Delete
_u.konst = &(last); \
[107] Fix | Delete
ap = (va_list)(_u.var + __va_words(__typeof(last))); \
[108] Fix | Delete
} while (0)
[109] Fix | Delete
#endif /** SHUTUP_STDARG_CAST && __GNUC__ */
[110] Fix | Delete
[111] Fix | Delete
/** define if the system has a random number generating device */
[112] Fix | Delete
#define PATH_RANDOMDEV "/dev/random"
[113] Fix | Delete
[114] Fix | Delete
/** define if pthread_attr_getstacksize() is available */
[115] Fix | Delete
#define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
[116] Fix | Delete
[117] Fix | Delete
/** define if pthread_attr_setstacksize() is available */
[118] Fix | Delete
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
[119] Fix | Delete
[120] Fix | Delete
/** define if you have strerror in the C library. */
[121] Fix | Delete
#define HAVE_STRERROR 1
[122] Fix | Delete
[123] Fix | Delete
/* Define if OpenSSL includes DSA support */
[124] Fix | Delete
#define HAVE_OPENSSL_DSA 1
[125] Fix | Delete
[126] Fix | Delete
/* Define if you have getpassphrase in the C library. */
[127] Fix | Delete
/* #undef HAVE_GETPASSPHRASE */
[128] Fix | Delete
[129] Fix | Delete
/* Define to the length type used by the socket API (socklen_t, size_t, int). */
[130] Fix | Delete
#define ISC_SOCKADDR_LEN_T socklen_t
[131] Fix | Delete
[132] Fix | Delete
/* Define if threads need PTHREAD_SCOPE_SYSTEM */
[133] Fix | Delete
/* #undef NEED_PTHREAD_SCOPE_SYSTEM */
[134] Fix | Delete
[135] Fix | Delete
/* Define to 1 if you have the uname library function. */
[136] Fix | Delete
#define HAVE_UNAME 1
[137] Fix | Delete
[138] Fix | Delete
/* Define if building universal (internal helper macro) */
[139] Fix | Delete
/* #undef AC_APPLE_UNIVERSAL_BUILD */
[140] Fix | Delete
[141] Fix | Delete
/* Define to enable the "filter-aaaa-on-v4" and "filter-aaaa-on-v6" options.
[142] Fix | Delete
*/
[143] Fix | Delete
#define ALLOW_FILTER_AAAA 1
[144] Fix | Delete
[145] Fix | Delete
/* Define if recvmsg() does not meet all of the BSD socket API specifications.
[146] Fix | Delete
*/
[147] Fix | Delete
/* #undef BROKEN_RECVMSG */
[148] Fix | Delete
[149] Fix | Delete
/* Define if you cannot bind() before connect() for TCP sockets. */
[150] Fix | Delete
/* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */
[151] Fix | Delete
[152] Fix | Delete
/* Define to enable "rrset-order fixed" syntax. */
[153] Fix | Delete
#define DNS_RDATASET_FIXED 1
[154] Fix | Delete
[155] Fix | Delete
/* Define to enable American Fuzzy Lop test harness */
[156] Fix | Delete
/* #undef ENABLE_AFL */
[157] Fix | Delete
[158] Fix | Delete
/* Define to enable rpz-nsdname rules. */
[159] Fix | Delete
#define ENABLE_RPZ_NSDNAME 1
[160] Fix | Delete
[161] Fix | Delete
/* Define to enable rpz-nsip rules. */
[162] Fix | Delete
#define ENABLE_RPZ_NSIP 1
[163] Fix | Delete
[164] Fix | Delete
/* Solaris hack to get select_large_fdset. */
[165] Fix | Delete
/* #undef FD_SETSIZE */
[166] Fix | Delete
[167] Fix | Delete
/* Define to nothing if C supports flexible array members, and to 1 if it does
[168] Fix | Delete
not. That way, with a declaration like `struct s { int n; double
[169] Fix | Delete
d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
[170] Fix | Delete
compilers. When computing the size of such an object, don't use 'sizeof
[171] Fix | Delete
(struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
[172] Fix | Delete
instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
[173] Fix | Delete
MSVC and with C++ compilers. */
[174] Fix | Delete
#define FLEXIBLE_ARRAY_MEMBER /**/
[175] Fix | Delete
[176] Fix | Delete
/* Define to 1 if you have the `arc4random' function. */
[177] Fix | Delete
/* #undef HAVE_ARC4RANDOM */
[178] Fix | Delete
[179] Fix | Delete
/* Define to 1 if you have the `arc4random_addrandom' function. */
[180] Fix | Delete
/* #undef HAVE_ARC4RANDOM_ADDRANDOM */
[181] Fix | Delete
[182] Fix | Delete
/* Define to 1 if you have the `arc4random_stir' function. */
[183] Fix | Delete
/* #undef HAVE_ARC4RANDOM_STIR */
[184] Fix | Delete
[185] Fix | Delete
/* Define to 1 if the compiler supports __builtin_clz. */
[186] Fix | Delete
#define HAVE_BUILTIN_CLZ 1
[187] Fix | Delete
[188] Fix | Delete
/* Define to 1 if the compiler supports __builtin_expect. */
[189] Fix | Delete
#define HAVE_BUILTIN_EXPECT 1
[190] Fix | Delete
[191] Fix | Delete
/* define if the compiler supports __builtin_unreachable(). */
[192] Fix | Delete
#define HAVE_BUILTIN_UNREACHABLE 1
[193] Fix | Delete
[194] Fix | Delete
/* Define to 1 if you have the `chroot' function. */
[195] Fix | Delete
#define HAVE_CHROOT 1
[196] Fix | Delete
[197] Fix | Delete
/* Define if clock_gettime is available. */
[198] Fix | Delete
#define HAVE_CLOCK_GETTIME 1
[199] Fix | Delete
[200] Fix | Delete
/* Use cmocka */
[201] Fix | Delete
#define HAVE_CMOCKA 1
[202] Fix | Delete
[203] Fix | Delete
/* Define to 1 if you have the <cmocka.h> header file. */
[204] Fix | Delete
/* #undef HAVE_CMOCKA_H */
[205] Fix | Delete
[206] Fix | Delete
/* Define to 1 if you have the <devpoll.h> header file. */
[207] Fix | Delete
/* #undef HAVE_DEVPOLL_H */
[208] Fix | Delete
[209] Fix | Delete
/* Define to 1 if you have the `DH_get0_key' function. */
[210] Fix | Delete
#define HAVE_DH_GET0_KEY 1
[211] Fix | Delete
[212] Fix | Delete
/* Define to 1 if you have the `dlclose' function. */
[213] Fix | Delete
#define HAVE_DLCLOSE 1
[214] Fix | Delete
[215] Fix | Delete
/* Define to 1 if you have the <dlfcn.h> header file. */
[216] Fix | Delete
#define HAVE_DLFCN_H 1
[217] Fix | Delete
[218] Fix | Delete
/* Define to 1 if you have the `dlopen' function. */
[219] Fix | Delete
#define HAVE_DLOPEN 1
[220] Fix | Delete
[221] Fix | Delete
/* Define to 1 if you have the `dlsym' function. */
[222] Fix | Delete
#define HAVE_DLSYM 1
[223] Fix | Delete
[224] Fix | Delete
/* Define to 1 to enable dnstap support */
[225] Fix | Delete
#define HAVE_DNSTAP 1
[226] Fix | Delete
[227] Fix | Delete
/* Define to 1 if you have the `DSA_get0_pqg' function. */
[228] Fix | Delete
#define HAVE_DSA_GET0_PQG 1
[229] Fix | Delete
[230] Fix | Delete
/* Define to 1 if you have the `ECDSA_SIG_get0' function. */
[231] Fix | Delete
#define HAVE_ECDSA_SIG_GET0 1
[232] Fix | Delete
[233] Fix | Delete
/* Define to 1 if you have the <editline/readline.h> header file. */
[234] Fix | Delete
/* #undef HAVE_EDITLINE_READLINE_H */
[235] Fix | Delete
[236] Fix | Delete
/* Define to 1 if you have the <edit/readline/history.h> header file. */
[237] Fix | Delete
/* #undef HAVE_EDIT_READLINE_HISTORY_H */
[238] Fix | Delete
[239] Fix | Delete
/* Define to 1 if you have the <edit/readline/readline.h> header file. */
[240] Fix | Delete
/* #undef HAVE_EDIT_READLINE_READLINE_H */
[241] Fix | Delete
[242] Fix | Delete
/* Define to 1 if you have the `EVP_sha256' function. */
[243] Fix | Delete
#define HAVE_EVP_SHA256 1
[244] Fix | Delete
[245] Fix | Delete
/* Define to 1 if you have the `EVP_sha384' function. */
[246] Fix | Delete
#define HAVE_EVP_SHA384 1
[247] Fix | Delete
[248] Fix | Delete
/* Define to 1 if you have the `EVP_sha512' function. */
[249] Fix | Delete
#define HAVE_EVP_SHA512 1
[250] Fix | Delete
[251] Fix | Delete
/* Define to 1 if you have the `explicit_bzero' function. */
[252] Fix | Delete
#define HAVE_EXPLICIT_BZERO 1
[253] Fix | Delete
[254] Fix | Delete
/* Define to 1 if you have the <fcntl.h> header file. */
[255] Fix | Delete
#define HAVE_FCNTL_H 1
[256] Fix | Delete
[257] Fix | Delete
/* Define if OpenSSL provides FIPS_mode() */
[258] Fix | Delete
#define HAVE_FIPS_MODE 1
[259] Fix | Delete
[260] Fix | Delete
/* Define to 1 if you have the `fseeko' function. */
[261] Fix | Delete
#define HAVE_FSEEKO 1
[262] Fix | Delete
[263] Fix | Delete
/* Define to 1 if you have the `ftello' function. */
[264] Fix | Delete
#define HAVE_FTELLO 1
[265] Fix | Delete
[266] Fix | Delete
/* Build with GeoIP support */
[267] Fix | Delete
/* #undef HAVE_GEOIP */
[268] Fix | Delete
[269] Fix | Delete
/* Build with GeoIP2 support */
[270] Fix | Delete
#define HAVE_GEOIP2 1
[271] Fix | Delete
[272] Fix | Delete
/* Build with GeoIP City IPv6 support */
[273] Fix | Delete
/* #undef HAVE_GEOIP_CITY_V6 */
[274] Fix | Delete
[275] Fix | Delete
/* Build with GeoIP Country IPv6 support */
[276] Fix | Delete
/* #undef HAVE_GEOIP_V6 */
[277] Fix | Delete
[278] Fix | Delete
/* Define to 1 if you have the `getrandom' function. */
[279] Fix | Delete
#define HAVE_GETRANDOM 1
[280] Fix | Delete
[281] Fix | Delete
/* Define to use gperftools CPU profiler. */
[282] Fix | Delete
/* #undef HAVE_GPERFTOOLS_PROFILER */
[283] Fix | Delete
[284] Fix | Delete
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
[285] Fix | Delete
#define HAVE_GSSAPI_GSSAPI_H 1
[286] Fix | Delete
[287] Fix | Delete
/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
[288] Fix | Delete
#define HAVE_GSSAPI_GSSAPI_KRB5_H 1
[289] Fix | Delete
[290] Fix | Delete
/* Define to 1 if you have the <gssapi.h> header file. */
[291] Fix | Delete
#define HAVE_GSSAPI_H 1
[292] Fix | Delete
[293] Fix | Delete
/* Define to 1 if you have the <gssapi_krb5.h> header file. */
[294] Fix | Delete
/* #undef HAVE_GSSAPI_KRB5_H */
[295] Fix | Delete
[296] Fix | Delete
/* Define to 1 if you have the if_nametoindex function. */
[297] Fix | Delete
#define HAVE_IF_NAMETOINDEX 1
[298] Fix | Delete
[299] Fix | Delete
/* Define to 1 if you have the <inttypes.h> header file. */
[300] Fix | Delete
#define HAVE_INTTYPES_H 1
[301] Fix | Delete
[302] Fix | Delete
/* Define if libjson was found */
[303] Fix | Delete
#define HAVE_JSON 1
[304] Fix | Delete
[305] Fix | Delete
/* Define if json-c was found */
[306] Fix | Delete
#define HAVE_JSON_C 1
[307] Fix | Delete
[308] Fix | Delete
/* Define to 1 if you have the <kerberosv5/krb5.h> header file. */
[309] Fix | Delete
/* #undef HAVE_KERBEROSV5_KRB5_H */
[310] Fix | Delete
[311] Fix | Delete
/* Define to 1 if you have the <krb5.h> header file. */
[312] Fix | Delete
#define HAVE_KRB5_H 1
[313] Fix | Delete
[314] Fix | Delete
/* Define to 1 if you have the <krb5/krb5.h> header file. */
[315] Fix | Delete
#define HAVE_KRB5_KRB5_H 1
[316] Fix | Delete
[317] Fix | Delete
/* Define to 1 if you have the `c' library (-lc). */
[318] Fix | Delete
/* #undef HAVE_LIBC */
[319] Fix | Delete
[320] Fix | Delete
/* Define to 1 if you have the `cap' library (-lcap). */
[321] Fix | Delete
#define HAVE_LIBCAP 1
[322] Fix | Delete
[323] Fix | Delete
/* if system have backtrace function */
[324] Fix | Delete
#define HAVE_LIBCTRACE /**/
[325] Fix | Delete
[326] Fix | Delete
/* Define to 1 if you have the `c_r' library (-lc_r). */
[327] Fix | Delete
/* #undef HAVE_LIBC_R */
[328] Fix | Delete
[329] Fix | Delete
/* Define to 1 if you have the `nsl' library (-lnsl). */
[330] Fix | Delete
/* #undef HAVE_LIBNSL */
[331] Fix | Delete
[332] Fix | Delete
/* Define to 1 if you have the `pthread' library (-lpthread). */
[333] Fix | Delete
#define HAVE_LIBPTHREAD 1
[334] Fix | Delete
[335] Fix | Delete
/* Define to 1 if you have the `rt' library (-lrt). */
[336] Fix | Delete
/* #undef HAVE_LIBRT */
[337] Fix | Delete
[338] Fix | Delete
/* Define to 1 if you have the `scf' library (-lscf). */
[339] Fix | Delete
/* #undef HAVE_LIBSCF */
[340] Fix | Delete
[341] Fix | Delete
/* Define to use libseccomp system call filtering. */
[342] Fix | Delete
/* #undef HAVE_LIBSECCOMP */
[343] Fix | Delete
[344] Fix | Delete
/* Define to 1 if you have the `socket' library (-lsocket). */
[345] Fix | Delete
/* #undef HAVE_LIBSOCKET */
[346] Fix | Delete
[347] Fix | Delete
/* Define to 1 if you have the `thr' library (-lthr). */
[348] Fix | Delete
/* #undef HAVE_LIBTHR */
[349] Fix | Delete
[350] Fix | Delete
/* Define if libxml2 was found */
[351] Fix | Delete
#define HAVE_LIBXML2 1
[352] Fix | Delete
[353] Fix | Delete
/* Define to 1 if you have the <linux/capability.h> header file. */
[354] Fix | Delete
#define HAVE_LINUX_CAPABILITY_H 1
[355] Fix | Delete
[356] Fix | Delete
/* Define to 1 if you have the <linux/netlink.h> header file. */
[357] Fix | Delete
#define HAVE_LINUX_NETLINK_H 1
[358] Fix | Delete
[359] Fix | Delete
/* Define to 1 if you have the <linux/rtnetlink.h> header file. */
[360] Fix | Delete
#define HAVE_LINUX_RTNETLINK_H 1
[361] Fix | Delete
[362] Fix | Delete
/* Define to 1 if you have the <linux/types.h> header file. */
[363] Fix | Delete
#define HAVE_LINUX_TYPES_H 1
[364] Fix | Delete
[365] Fix | Delete
/* Define if lmdb was found */
[366] Fix | Delete
/* #undef HAVE_LMDB */
[367] Fix | Delete
[368] Fix | Delete
/* Define to 1 if you have the <locale.h> header file. */
[369] Fix | Delete
#define HAVE_LOCALE_H 1
[370] Fix | Delete
[371] Fix | Delete
/* Define to 1 if you have the <memory.h> header file. */
[372] Fix | Delete
#define HAVE_MEMORY_H 1
[373] Fix | Delete
[374] Fix | Delete
/* Define to 1 if you have the `mmap' function. */
[375] Fix | Delete
#define HAVE_MMAP 1
[376] Fix | Delete
[377] Fix | Delete
/* Define to 1 if you have the `nanosleep' function. */
[378] Fix | Delete
#define HAVE_NANOSLEEP 1
[379] Fix | Delete
[380] Fix | Delete
/* Define to 1 if you have the <net/if6.h> header file. */
[381] Fix | Delete
/* #undef HAVE_NET_IF6_H */
[382] Fix | Delete
[383] Fix | Delete
/* Define to 1 if you have the <net/route.h> header file. */
[384] Fix | Delete
#define HAVE_NET_ROUTE_H 1
[385] Fix | Delete
[386] Fix | Delete
/* Define if your OpenSSL version supports AES */
[387] Fix | Delete
/* #undef HAVE_OPENSSL_AES */
[388] Fix | Delete
[389] Fix | Delete
/* Define if your OpenSSL version supports ECDSA. */
[390] Fix | Delete
#define HAVE_OPENSSL_ECDSA 1
[391] Fix | Delete
[392] Fix | Delete
/* Define if your OpenSSL version supports Ed25519. */
[393] Fix | Delete
#define HAVE_OPENSSL_ED25519 1
[394] Fix | Delete
[395] Fix | Delete
/* Define if your OpenSSL version supports Ed448. */
[396] Fix | Delete
#define HAVE_OPENSSL_ED448 1
[397] Fix | Delete
[398] Fix | Delete
/* Define if your OpenSSL version supports EVP AES */
[399] Fix | Delete
#define HAVE_OPENSSL_EVP_AES 1
[400] Fix | Delete
[401] Fix | Delete
/* Define if your OpenSSL version supports GOST. */
[402] Fix | Delete
/* #undef HAVE_OPENSSL_GOST */
[403] Fix | Delete
[404] Fix | Delete
/* Define if your PKCS11 provider supports ECDSA. */
[405] Fix | Delete
#define HAVE_PKCS11_ECDSA 1
[406] Fix | Delete
[407] Fix | Delete
/* Define if your PKCS11 provider supports Ed25519. */
[408] Fix | Delete
/* #undef HAVE_PKCS11_ED25519 */
[409] Fix | Delete
[410] Fix | Delete
/* Define if your PKCS11 provider supports Ed448. */
[411] Fix | Delete
/* #undef HAVE_PKCS11_ED448 */
[412] Fix | Delete
[413] Fix | Delete
/* Define if your PKCS11 provider supports GOST. */
[414] Fix | Delete
/* #undef HAVE_PKCS11_GOST */
[415] Fix | Delete
[416] Fix | Delete
/* Support for PTHREAD_MUTEX_ADAPTIVE_NP */
[417] Fix | Delete
#define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
[418] Fix | Delete
[419] Fix | Delete
/* Define to 1 if you have the <pthread_np.h> header file. */
[420] Fix | Delete
/* #undef HAVE_PTHREAD_NP_H */
[421] Fix | Delete
[422] Fix | Delete
/* Define to 1 if you have the `pthread_setname_np' function. */
[423] Fix | Delete
#define HAVE_PTHREAD_SETNAME_NP 1
[424] Fix | Delete
[425] Fix | Delete
/* Define to 1 if you have the `pthread_set_name_np' function. */
[426] Fix | Delete
/* #undef HAVE_PTHREAD_SET_NAME_NP */
[427] Fix | Delete
[428] Fix | Delete
/* Define to 1 if you have the `pthread_yield' function. */
[429] Fix | Delete
#define HAVE_PTHREAD_YIELD 1
[430] Fix | Delete
[431] Fix | Delete
/* Define to 1 if you have the `pthread_yield_np' function. */
[432] Fix | Delete
/* #undef HAVE_PTHREAD_YIELD_NP */
[433] Fix | Delete
[434] Fix | Delete
/* Define to 1 if you have the `readline' function. */
[435] Fix | Delete
/* #undef HAVE_READLINE */
[436] Fix | Delete
[437] Fix | Delete
/* Define to 1 if you have the <readline/history.h> header file. */
[438] Fix | Delete
/* #undef HAVE_READLINE_HISTORY_H */
[439] Fix | Delete
[440] Fix | Delete
/* Define to 1 if you have the <readline/readline.h> header file. */
[441] Fix | Delete
/* #undef HAVE_READLINE_READLINE_H */
[442] Fix | Delete
[443] Fix | Delete
/* Define to 1 if you have the <regex.h> header file. */
[444] Fix | Delete
#define HAVE_REGEX_H 1
[445] Fix | Delete
[446] Fix | Delete
/* Define to 1 if you have the `RSA_set0_key' function. */
[447] Fix | Delete
#define HAVE_RSA_SET0_KEY 1
[448] Fix | Delete
[449] Fix | Delete
/* Define to 1 if you have the <sched.h> header file. */
[450] Fix | Delete
#define HAVE_SCHED_H 1
[451] Fix | Delete
[452] Fix | Delete
/* Define to 1 if you have the `sched_yield' function. */
[453] Fix | Delete
#define HAVE_SCHED_YIELD 1
[454] Fix | Delete
[455] Fix | Delete
/* Define to 1 if you have the `setegid' function. */
[456] Fix | Delete
#define HAVE_SETEGID 1
[457] Fix | Delete
[458] Fix | Delete
/* Define to 1 if you have the `seteuid' function. */
[459] Fix | Delete
#define HAVE_SETEUID 1
[460] Fix | Delete
[461] Fix | Delete
/* Define to 1 if you have the `setlocale' function. */
[462] Fix | Delete
#define HAVE_SETLOCALE 1
[463] Fix | Delete
[464] Fix | Delete
/* Define to 1 if you have the `setresgid' function. */
[465] Fix | Delete
#define HAVE_SETRESGID 1
[466] Fix | Delete
[467] Fix | Delete
/* Define to 1 if you have the `setresuid' function. */
[468] Fix | Delete
#define HAVE_SETRESUID 1
[469] Fix | Delete
[470] Fix | Delete
/* Define to 1 if you have the <stdint.h> header file. */
[471] Fix | Delete
#define HAVE_STDINT_H 1
[472] Fix | Delete
[473] Fix | Delete
/* Define to 1 if you have the <stdlib.h> header file. */
[474] Fix | Delete
#define HAVE_STDLIB_H 1
[475] Fix | Delete
[476] Fix | Delete
/* Define to 1 if you have the <strings.h> header file. */
[477] Fix | Delete
#define HAVE_STRINGS_H 1
[478] Fix | Delete
[479] Fix | Delete
/* Define to 1 if you have the <string.h> header file. */
[480] Fix | Delete
#define HAVE_STRING_H 1
[481] Fix | Delete
[482] Fix | Delete
/* Define to 1 if you have the <sys/capability.h> header file. */
[483] Fix | Delete
#define HAVE_SYS_CAPABILITY_H 1
[484] Fix | Delete
[485] Fix | Delete
/* Define to 1 if you have the <sys/devpoll.h> header file. */
[486] Fix | Delete
/* #undef HAVE_SYS_DEVPOLL_H */
[487] Fix | Delete
[488] Fix | Delete
/* Define to 1 if you have the <sys/dyntune.h> header file. */
[489] Fix | Delete
/* #undef HAVE_SYS_DYNTUNE_H */
[490] Fix | Delete
[491] Fix | Delete
/* Define to 1 if you have the <sys/mman.h> header file. */
[492] Fix | Delete
#define HAVE_SYS_MMAN_H 1
[493] Fix | Delete
[494] Fix | Delete
/* Define to 1 if you have the <sys/param.h> header file. */
[495] Fix | Delete
#define HAVE_SYS_PARAM_H 1
[496] Fix | Delete
[497] Fix | Delete
/* Define to 1 if you have the <sys/prctl.h> header file. */
[498] Fix | Delete
#define HAVE_SYS_PRCTL_H 1
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function