2009-02-02 17:44:46 +03:00
|
|
|
/* Name of package */
|
|
|
|
#cmakedefine PACKAGE "${APPLICATION_NAME}"
|
|
|
|
|
|
|
|
/* Version number of package */
|
|
|
|
#cmakedefine VERSION "${APPLICATION_VERSION}"
|
|
|
|
|
|
|
|
#cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}"
|
|
|
|
#cmakedefine DATADIR "${DATADIR}"
|
|
|
|
#cmakedefine LIBDIR "${LIBDIR}"
|
|
|
|
#cmakedefine PLUGINDIR "${PLUGINDIR}"
|
|
|
|
#cmakedefine SYSCONFDIR "${SYSCONFDIR}"
|
|
|
|
#cmakedefine BINARYDIR "${BINARYDIR}"
|
|
|
|
#cmakedefine SOURCEDIR "${SOURCEDIR}"
|
|
|
|
|
|
|
|
/************************** HEADER FILES *************************/
|
|
|
|
|
2009-11-05 15:09:42 +03:00
|
|
|
/* Define to 1 if you have the <argp.h> header file. */
|
|
|
|
#cmakedefine HAVE_ARGP_H 1
|
|
|
|
|
2015-05-04 11:04:26 +03:00
|
|
|
/* Define to 1 if you have the <aprpa/inet.h> header file. */
|
|
|
|
#cmakedefine HAVE_ARPA_INET_H 1
|
|
|
|
|
2017-12-11 17:37:02 +03:00
|
|
|
/* Define to 1 if you have the <glob.h> header file. */
|
|
|
|
#cmakedefine HAVE_GLOB_H 1
|
|
|
|
|
2009-02-02 17:44:46 +03:00
|
|
|
/* Define to 1 if you have the <pty.h> header file. */
|
|
|
|
#cmakedefine HAVE_PTY_H 1
|
|
|
|
|
2014-02-16 16:22:50 +04:00
|
|
|
/* Define to 1 if you have the <utmp.h> header file. */
|
|
|
|
#cmakedefine HAVE_UTMP_H 1
|
|
|
|
|
2013-11-03 17:09:28 +04:00
|
|
|
/* Define to 1 if you have the <util.h> header file. */
|
|
|
|
#cmakedefine HAVE_UTIL_H 1
|
|
|
|
|
2014-02-16 16:20:49 +04:00
|
|
|
/* Define to 1 if you have the <libutil.h> header file. */
|
|
|
|
#cmakedefine HAVE_LIBUTIL_H 1
|
|
|
|
|
2014-12-17 21:39:18 +03:00
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_TIME_H 1
|
|
|
|
|
2016-11-06 13:52:12 +03:00
|
|
|
/* Define to 1 if you have the <sys/utime.h> header file. */
|
|
|
|
#cmakedefine HAVE_SYS_UTIME_H 1
|
|
|
|
|
2016-11-06 13:57:52 +03:00
|
|
|
/* Define to 1 if you have the <io.h> header file. */
|
|
|
|
#cmakedefine HAVE_IO_H 1
|
|
|
|
|
2009-02-02 17:44:46 +03:00
|
|
|
/* Define to 1 if you have the <termios.h> header file. */
|
|
|
|
#cmakedefine HAVE_TERMIOS_H 1
|
|
|
|
|
2013-07-22 12:41:58 +04:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
|
2018-02-28 19:24:51 +03:00
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
#cmakedefine HAVE_STDINT_H 1
|
|
|
|
|
2009-02-02 17:44:46 +03:00
|
|
|
/* Define to 1 if you have the <openssl/aes.h> header file. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_AES_H 1
|
|
|
|
|
2009-08-20 13:30:38 +04:00
|
|
|
/* Define to 1 if you have the <wspiapi.h> header file. */
|
|
|
|
#cmakedefine HAVE_WSPIAPI_H 1
|
|
|
|
|
2009-02-02 17:44:46 +03:00
|
|
|
/* Define to 1 if you have the <openssl/blowfish.h> header file. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_BLOWFISH_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <openssl/des.h> header file. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_DES_H 1
|
|
|
|
|
2011-06-13 15:46:34 +04:00
|
|
|
/* Define to 1 if you have the <openssl/ecdh.h> header file. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_ECDH_H 1
|
|
|
|
|
2011-08-30 02:44:46 +04:00
|
|
|
/* Define to 1 if you have the <openssl/ec.h> header file. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_EC_H 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <openssl/ecdsa.h> header file. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_ECDSA_H 1
|
2011-06-13 15:46:34 +04:00
|
|
|
|
2010-09-01 16:07:45 +04:00
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
|
|
#cmakedefine HAVE_PTHREAD_H 1
|
|
|
|
|
2011-12-28 21:20:30 +04:00
|
|
|
/* Define to 1 if you have eliptic curve cryptography in openssl */
|
2011-08-30 02:44:46 +04:00
|
|
|
#cmakedefine HAVE_OPENSSL_ECC 1
|
2010-09-01 16:07:45 +04:00
|
|
|
|
2012-02-04 23:10:04 +04:00
|
|
|
/* Define to 1 if you have eliptic curve cryptography in gcrypt */
|
|
|
|
#cmakedefine HAVE_GCRYPT_ECC 1
|
|
|
|
|
2011-12-28 21:20:30 +04:00
|
|
|
/* Define to 1 if you have eliptic curve cryptography */
|
|
|
|
#cmakedefine HAVE_ECC 1
|
|
|
|
|
2017-12-28 13:10:43 +03:00
|
|
|
/* Define to 1 if you have DSA */
|
|
|
|
#cmakedefine HAVE_DSA 1
|
|
|
|
|
2009-02-02 17:44:46 +03:00
|
|
|
/*************************** FUNCTIONS ***************************/
|
|
|
|
|
2015-09-25 12:51:45 +03:00
|
|
|
/* Define to 1 if you have the `EVP_aes128_ctr' function. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_EVP_AES_CTR 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `EVP_aes128_cbc' function. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_EVP_AES_CBC 1
|
|
|
|
|
2016-11-06 14:07:32 +03:00
|
|
|
/* Define to 1 if you have the `CRYPTO_THREADID_set_callback' function. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_CRYPTO_THREADID_SET_CALLBACK 1
|
|
|
|
|
2016-11-06 17:43:31 +03:00
|
|
|
/* Define to 1 if you have the `CRYPTO_ctr128_encrypt' function. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_CRYPTO_CTR128_ENCRYPT 1
|
|
|
|
|
2017-02-23 18:54:26 +03:00
|
|
|
/* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */
|
|
|
|
#cmakedefine HAVE_OPENSSL_EVP_CIPHER_CTX_NEW 1
|
|
|
|
|
2010-09-02 13:50:21 +04:00
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
|
|
|
#cmakedefine HAVE_SNPRINTF 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `_snprintf' function. */
|
|
|
|
#cmakedefine HAVE__SNPRINTF 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `_snprintf_s' function. */
|
|
|
|
#cmakedefine HAVE__SNPRINTF_S 1
|
|
|
|
|
2010-05-10 17:24:52 +04:00
|
|
|
/* Define to 1 if you have the `vsnprintf' function. */
|
2010-07-13 17:10:19 +04:00
|
|
|
#cmakedefine HAVE_VSNPRINTF 1
|
2010-05-10 17:24:52 +04:00
|
|
|
|
|
|
|
/* Define to 1 if you have the `_vsnprintf' function. */
|
2010-07-13 17:10:19 +04:00
|
|
|
#cmakedefine HAVE__VSNPRINTF 1
|
2010-05-10 17:24:52 +04:00
|
|
|
|
2010-05-10 17:27:40 +04:00
|
|
|
/* Define to 1 if you have the `_vsnprintf_s' function. */
|
2010-07-13 17:10:19 +04:00
|
|
|
#cmakedefine HAVE__VSNPRINTF_S 1
|
2010-05-10 17:27:40 +04:00
|
|
|
|
2013-10-30 20:30:07 +04:00
|
|
|
/* Define to 1 if you have the `isblank' function. */
|
|
|
|
#cmakedefine HAVE_ISBLANK 1
|
|
|
|
|
2010-05-10 17:27:40 +04:00
|
|
|
/* Define to 1 if you have the `strncpy' function. */
|
2010-07-13 17:10:19 +04:00
|
|
|
#cmakedefine HAVE_STRNCPY 1
|
2010-05-10 17:27:40 +04:00
|
|
|
|
2009-02-02 17:44:46 +03:00
|
|
|
/* Define to 1 if you have the `cfmakeraw' function. */
|
|
|
|
#cmakedefine HAVE_CFMAKERAW 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getaddrinfo' function. */
|
|
|
|
#cmakedefine HAVE_GETADDRINFO 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `poll' function. */
|
|
|
|
#cmakedefine HAVE_POLL 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `select' function. */
|
|
|
|
#cmakedefine HAVE_SELECT 1
|
|
|
|
|
2011-05-26 00:08:31 +04:00
|
|
|
/* Define to 1 if you have the `clock_gettime' function. */
|
|
|
|
#cmakedefine HAVE_CLOCK_GETTIME 1
|
|
|
|
|
2011-06-06 20:56:30 +04:00
|
|
|
/* Define to 1 if you have the `ntohll' function. */
|
|
|
|
#cmakedefine HAVE_NTOHLL 1
|
|
|
|
|
2012-12-03 16:31:28 +04:00
|
|
|
/* Define to 1 if you have the `htonll' function. */
|
|
|
|
#cmakedefine HAVE_HTONLL 1
|
|
|
|
|
2012-12-03 17:00:06 +04:00
|
|
|
/* Define to 1 if you have the `strtoull' function. */
|
|
|
|
#cmakedefine HAVE_STRTOULL 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `__strtoull' function. */
|
|
|
|
#cmakedefine HAVE___STRTOULL 1
|
|
|
|
|
2013-07-22 10:44:04 +04:00
|
|
|
/* Define to 1 if you have the `_strtoui64' function. */
|
|
|
|
#cmakedefine HAVE__STRTOUI64 1
|
|
|
|
|
2017-12-11 17:37:02 +03:00
|
|
|
/* Define to 1 if you have the `glob' function. */
|
|
|
|
#cmakedefine HAVE_GLOB 1
|
|
|
|
|
2018-02-12 16:35:55 +03:00
|
|
|
/* Define to 1 if you have the `explicit_bzero' function. */
|
|
|
|
#cmakedefine HAVE_EXPLICIT_BZERO 1
|
|
|
|
|
2018-03-03 00:01:00 +03:00
|
|
|
/* Define to 1 if you have the `memset_s' function. */
|
|
|
|
#cmakedefine HAVE_MEMSET_S 1
|
|
|
|
|
2018-03-03 00:01:01 +03:00
|
|
|
/* Define to 1 if you have the `SecureZeroMemory' function. */
|
|
|
|
#cmakedefine HAVE_SECURE_ZERO_MEMORY 1
|
|
|
|
|
2009-02-02 17:44:46 +03:00
|
|
|
/*************************** LIBRARIES ***************************/
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `crypto' library (-lcrypto). */
|
|
|
|
#cmakedefine HAVE_LIBCRYPTO 1
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
|
|
|
|
#cmakedefine HAVE_LIBGCRYPT 1
|
|
|
|
|
2017-12-28 13:10:43 +03:00
|
|
|
/* Define to 1 if you have the 'mbedTLS' library (-lmbedtls). */
|
|
|
|
#cmakedefine HAVE_LIBMBEDCRYPTO 1
|
|
|
|
|
2010-09-01 16:07:45 +04:00
|
|
|
/* Define to 1 if you have the `pthread' library (-lpthread). */
|
|
|
|
#cmakedefine HAVE_PTHREAD 1
|
|
|
|
|
2009-02-02 17:44:46 +03:00
|
|
|
/**************************** OPTIONS ****************************/
|
|
|
|
|
2013-07-14 14:34:30 +04:00
|
|
|
#cmakedefine HAVE_GCC_THREAD_LOCAL_STORAGE 1
|
|
|
|
#cmakedefine HAVE_MSC_THREAD_LOCAL_STORAGE 1
|
|
|
|
|
2017-08-25 11:00:08 +03:00
|
|
|
#cmakedefine HAVE_FALLTHROUGH_ATTRIBUTE 1
|
|
|
|
|
2013-07-22 12:18:33 +04:00
|
|
|
#cmakedefine HAVE_GCC_VOLATILE_MEMORY_PROTECTION 1
|
2015-02-08 20:49:02 +03:00
|
|
|
#cmakedefine HAVE_GCC_NARG_MACRO 1
|
2013-07-22 12:18:33 +04:00
|
|
|
|
2015-04-02 14:41:02 +03:00
|
|
|
#cmakedefine HAVE_COMPILER__FUNC__ 1
|
|
|
|
#cmakedefine HAVE_COMPILER__FUNCTION__ 1
|
|
|
|
|
2018-02-28 19:24:52 +03:00
|
|
|
#cmakedefine HAVE_GCC_BOUNDED_ATTRIBUTE 1
|
|
|
|
|
2013-07-13 17:46:23 +04:00
|
|
|
/* Define to 1 if you want to enable GSSAPI */
|
|
|
|
#cmakedefine WITH_GSSAPI 1
|
|
|
|
|
2009-03-29 00:43:53 +03:00
|
|
|
/* Define to 1 if you want to enable ZLIB */
|
2011-09-24 00:54:33 +04:00
|
|
|
#cmakedefine WITH_ZLIB 1
|
2009-03-29 00:43:53 +03:00
|
|
|
|
2009-09-24 15:22:43 +04:00
|
|
|
/* Define to 1 if you want to enable SFTP */
|
2009-04-27 14:58:29 +04:00
|
|
|
#cmakedefine WITH_SFTP 1
|
|
|
|
|
2009-03-29 00:56:28 +03:00
|
|
|
/* Define to 1 if you want to enable server support */
|
|
|
|
#cmakedefine WITH_SERVER 1
|
|
|
|
|
2009-04-16 19:47:15 +04:00
|
|
|
/* Define to 1 if you want to enable debug output for crypto functions */
|
|
|
|
#cmakedefine DEBUG_CRYPTO 1
|
|
|
|
|
2018-02-28 19:24:48 +03:00
|
|
|
/* Define to 1 if you want to enable debug output for packet functions */
|
|
|
|
#cmakedefine DEBUG_PACKET 1
|
|
|
|
|
2009-11-09 01:42:41 +03:00
|
|
|
/* Define to 1 if you want to enable pcap output support (experimental) */
|
|
|
|
#cmakedefine WITH_PCAP 1
|
|
|
|
|
2009-08-12 12:08:20 +04:00
|
|
|
/* Define to 1 if you want to enable calltrace debug output */
|
|
|
|
#cmakedefine DEBUG_CALLTRACE 1
|
|
|
|
|
2013-09-22 01:32:51 +04:00
|
|
|
/* Define to 1 if you want to enable NaCl support */
|
|
|
|
#cmakedefine WITH_NACL 1
|
|
|
|
|
2009-07-23 11:25:36 +04:00
|
|
|
/*************************** ENDIAN *****************************/
|
|
|
|
|
2009-02-02 17:44:46 +03:00
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
2009-07-23 11:25:36 +04:00
|
|
|
#cmakedefine WORDS_BIGENDIAN 1
|