Blame config.h.cmake

Packit Service 31306d
/* Name of package */
Packit Service 31306d
#cmakedefine PACKAGE "${PROJECT_NAME}"
Packit Service 31306d
Packit Service 31306d
/* Version number of package */
Packit Service 31306d
#cmakedefine VERSION "${PROJECT_VERSION}"
Packit Service 31306d
Packit Service 31306d
#cmakedefine SYSCONFDIR "${SYSCONFDIR}"
Packit Service 31306d
#cmakedefine BINARYDIR "${BINARYDIR}"
Packit Service 31306d
#cmakedefine SOURCEDIR "${SOURCEDIR}"
Packit Service 31306d
Packit Service 31306d
/* Global bind configuration file path */
Packit Service 31306d
#cmakedefine GLOBAL_BIND_CONFIG "${GLOBAL_BIND_CONFIG}"
Packit Service 31306d
Packit Service 31306d
/* Global client configuration file path */
Packit Service 31306d
#cmakedefine GLOBAL_CLIENT_CONFIG "${GLOBAL_CLIENT_CONFIG}"
Packit Service 31306d
Packit Service 31306d
/************************** HEADER FILES *************************/
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <argp.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_ARGP_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <aprpa/inet.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_ARPA_INET_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <glob.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_GLOB_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_VALGRIND_VALGRIND_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <pty.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_PTY_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <utmp.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_UTMP_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <util.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_UTIL_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <libutil.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_LIBUTIL_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <sys/time.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_SYS_TIME_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <sys/utime.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_SYS_UTIME_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <io.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_IO_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <termios.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_TERMIOS_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <unistd.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_UNISTD_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <stdint.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_STDINT_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <openssl/aes.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_AES_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <wspiapi.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_WSPIAPI_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <openssl/blowfish.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_BLOWFISH_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <openssl/des.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_DES_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <openssl/ecdh.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_ECDH_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <openssl/ec.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_EC_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <openssl/ecdsa.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_ECDSA_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the <pthread.h> header file. */
Packit Service 31306d
#cmakedefine HAVE_PTHREAD_H 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have eliptic curve cryptography in openssl */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_ECC 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have eliptic curve cryptography in gcrypt */
Packit Service 31306d
#cmakedefine HAVE_GCRYPT_ECC 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have eliptic curve cryptography */
Packit Service 31306d
#cmakedefine HAVE_ECC 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have DSA */
Packit Service 31306d
#cmakedefine HAVE_DSA 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have gl_flags as a glob_t sturct member */
Packit Service 31306d
#cmakedefine HAVE_GLOB_GL_FLAGS_MEMBER 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have OpenSSL with Ed25519 support */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_ED25519 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have OpenSSL with X25519 support */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_X25519 1
Packit Service 31306d
Packit Service 31306d
/*************************** FUNCTIONS ***************************/
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `EVP_aes128_ctr' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_EVP_AES_CTR 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `EVP_aes128_cbc' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_EVP_AES_CBC 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `EVP_aes128_gcm' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_EVP_AES_GCM 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `CRYPTO_THREADID_set_callback' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_CRYPTO_THREADID_SET_CALLBACK 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `CRYPTO_ctr128_encrypt' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_CRYPTO_CTR128_ENCRYPT 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_EVP_CIPHER_CTX_NEW 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `EVP_KDF_CTX_new_id' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_EVP_KDF_CTX_NEW_ID 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `FIPS_mode' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_FIPS_MODE 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `EVP_DigestSign' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_EVP_DIGESTSIGN 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `EVP_DigestVerify' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_EVP_DIGESTVERIFY 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `OPENSSL_ia32cap_loc' function. */
Packit Service 31306d
#cmakedefine HAVE_OPENSSL_IA32CAP_LOC 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `snprintf' function. */
Packit Service 31306d
#cmakedefine HAVE_SNPRINTF 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `_snprintf' function. */
Packit Service 31306d
#cmakedefine HAVE__SNPRINTF 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `_snprintf_s' function. */
Packit Service 31306d
#cmakedefine HAVE__SNPRINTF_S 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `vsnprintf' function. */
Packit Service 31306d
#cmakedefine HAVE_VSNPRINTF 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `_vsnprintf' function. */
Packit Service 31306d
#cmakedefine HAVE__VSNPRINTF 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `_vsnprintf_s' function. */
Packit Service 31306d
#cmakedefine HAVE__VSNPRINTF_S 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `isblank' function. */
Packit Service 31306d
#cmakedefine HAVE_ISBLANK 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `strncpy' function. */
Packit Service 31306d
#cmakedefine HAVE_STRNCPY 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `strndup' function. */
Packit Service 31306d
#cmakedefine HAVE_STRNDUP 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `cfmakeraw' function. */
Packit Service 31306d
#cmakedefine HAVE_CFMAKERAW 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `getaddrinfo' function. */
Packit Service 31306d
#cmakedefine HAVE_GETADDRINFO 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `poll' function. */
Packit Service 31306d
#cmakedefine HAVE_POLL 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `select' function. */
Packit Service 31306d
#cmakedefine HAVE_SELECT 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `clock_gettime' function. */
Packit Service 31306d
#cmakedefine HAVE_CLOCK_GETTIME 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `ntohll' function. */
Packit Service 31306d
#cmakedefine HAVE_NTOHLL 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `htonll' function. */
Packit Service 31306d
#cmakedefine HAVE_HTONLL 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `strtoull' function. */
Packit Service 31306d
#cmakedefine HAVE_STRTOULL 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `__strtoull' function. */
Packit Service 31306d
#cmakedefine HAVE___STRTOULL 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `_strtoui64' function. */
Packit Service 31306d
#cmakedefine HAVE__STRTOUI64 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `glob' function. */
Packit Service 31306d
#cmakedefine HAVE_GLOB 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `explicit_bzero' function. */
Packit Service 31306d
#cmakedefine HAVE_EXPLICIT_BZERO 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `memset_s' function. */
Packit Service 31306d
#cmakedefine HAVE_MEMSET_S 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `SecureZeroMemory' function. */
Packit Service 31306d
#cmakedefine HAVE_SECURE_ZERO_MEMORY 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `cmocka_set_test_filter' function. */
Packit Service 31306d
#cmakedefine HAVE_CMOCKA_SET_TEST_FILTER 1
Packit Service 31306d
Packit Service 31306d
/*************************** LIBRARIES ***************************/
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `crypto' library (-lcrypto). */
Packit Service 31306d
#cmakedefine HAVE_LIBCRYPTO 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
Packit Service 31306d
#cmakedefine HAVE_LIBGCRYPT 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the 'mbedTLS' library (-lmbedtls). */
Packit Service 31306d
#cmakedefine HAVE_LIBMBEDCRYPTO 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `pthread' library (-lpthread). */
Packit Service 31306d
#cmakedefine HAVE_PTHREAD 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you have the `cmocka' library (-lcmocka). */
Packit Service 31306d
#cmakedefine HAVE_CMOCKA 1
Packit Service 31306d
Packit Service 31306d
/**************************** OPTIONS ****************************/
Packit Service 31306d
Packit Service 31306d
#cmakedefine HAVE_GCC_THREAD_LOCAL_STORAGE 1
Packit Service 31306d
#cmakedefine HAVE_MSC_THREAD_LOCAL_STORAGE 1
Packit Service 31306d
Packit Service 31306d
#cmakedefine HAVE_FALLTHROUGH_ATTRIBUTE 1
Packit Service 31306d
#cmakedefine HAVE_UNUSED_ATTRIBUTE 1
Packit Service 31306d
Packit Service 31306d
#cmakedefine HAVE_CONSTRUCTOR_ATTRIBUTE 1
Packit Service 31306d
#cmakedefine HAVE_DESTRUCTOR_ATTRIBUTE 1
Packit Service 31306d
Packit Service 31306d
#cmakedefine HAVE_GCC_VOLATILE_MEMORY_PROTECTION 1
Packit Service 31306d
Packit Service 31306d
#cmakedefine HAVE_COMPILER__FUNC__ 1
Packit Service 31306d
#cmakedefine HAVE_COMPILER__FUNCTION__ 1
Packit Service 31306d
Packit Service 31306d
#cmakedefine HAVE_GCC_BOUNDED_ATTRIBUTE 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable GSSAPI */
Packit Service 31306d
#cmakedefine WITH_GSSAPI 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable ZLIB */
Packit Service 31306d
#cmakedefine WITH_ZLIB 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable SFTP */
Packit Service 31306d
#cmakedefine WITH_SFTP 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable server support */
Packit Service 31306d
#cmakedefine WITH_SERVER 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable DH group exchange algorithms */
Packit Service 31306d
#cmakedefine WITH_GEX 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable blowfish cipher support */
Packit Service 31306d
#cmakedefine WITH_BLOWFISH_CIPHER 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable debug output for crypto functions */
Packit Service 31306d
#cmakedefine DEBUG_CRYPTO 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable debug output for packet functions */
Packit Service 31306d
#cmakedefine DEBUG_PACKET 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable pcap output support (experimental) */
Packit Service 31306d
#cmakedefine WITH_PCAP 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable calltrace debug output */
Packit Service 31306d
#cmakedefine DEBUG_CALLTRACE 1
Packit Service 31306d
Packit Service 31306d
/* Define to 1 if you want to enable NaCl support */
Packit Service 31306d
#cmakedefine WITH_NACL 1
Packit Service 31306d
Packit Service 31306d
/*************************** ENDIAN *****************************/
Packit Service 31306d
Packit Service 31306d
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit Service 31306d
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit Service 31306d
#cmakedefine WORDS_BIGENDIAN 1