config.h.cmake | config.h.cmake | |||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
#cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}" | #cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}" | |||
#cmakedefine DATADIR "${DATADIR}" | #cmakedefine DATADIR "${DATADIR}" | |||
#cmakedefine LIBDIR "${LIBDIR}" | #cmakedefine LIBDIR "${LIBDIR}" | |||
#cmakedefine PLUGINDIR "${PLUGINDIR}" | #cmakedefine PLUGINDIR "${PLUGINDIR}" | |||
#cmakedefine SYSCONFDIR "${SYSCONFDIR}" | #cmakedefine SYSCONFDIR "${SYSCONFDIR}" | |||
#cmakedefine BINARYDIR "${BINARYDIR}" | #cmakedefine BINARYDIR "${BINARYDIR}" | |||
#cmakedefine SOURCEDIR "${SOURCEDIR}" | #cmakedefine SOURCEDIR "${SOURCEDIR}" | |||
/************************** HEADER FILES *************************/ | /************************** HEADER FILES *************************/ | |||
/* Define to 1 if you have the <argp.h> header file. */ | ||||
#cmakedefine HAVE_ARGP_H 1 | ||||
/* Define to 1 if you have the <pty.h> header file. */ | /* Define to 1 if you have the <pty.h> header file. */ | |||
#cmakedefine HAVE_PTY_H 1 | #cmakedefine HAVE_PTY_H 1 | |||
/* Define to 1 if you have the <termios.h> header file. */ | /* Define to 1 if you have the <termios.h> header file. */ | |||
#cmakedefine HAVE_TERMIOS_H 1 | #cmakedefine HAVE_TERMIOS_H 1 | |||
/* Define to 1 if you have the <openssl/aes.h> header file. */ | /* Define to 1 if you have the <openssl/aes.h> header file. */ | |||
#cmakedefine HAVE_OPENSSL_AES_H 1 | #cmakedefine HAVE_OPENSSL_AES_H 1 | |||
/* Define to 1 if you have the <wspiapi.h> header file. */ | ||||
#cmakedefine HAVE_WSPIAPI_H 1 | ||||
/* Define to 1 if you have the <openssl/blowfish.h> header file. */ | /* Define to 1 if you have the <openssl/blowfish.h> header file. */ | |||
#cmakedefine HAVE_OPENSSL_BLOWFISH_H 1 | #cmakedefine HAVE_OPENSSL_BLOWFISH_H 1 | |||
/* Define to 1 if you have the <openssl/des.h> header file. */ | /* Define to 1 if you have the <openssl/des.h> header file. */ | |||
#cmakedefine HAVE_OPENSSL_DES_H 1 | #cmakedefine HAVE_OPENSSL_DES_H 1 | |||
/*************************** FUNCTIONS ***************************/ | /*************************** FUNCTIONS ***************************/ | |||
/* Define to 1 if you have the `cfmakeraw' function. */ | /* Define to 1 if you have the `cfmakeraw' function. */ | |||
#cmakedefine HAVE_CFMAKERAW 1 | #cmakedefine HAVE_CFMAKERAW 1 | |||
skipping to change at line 49 | skipping to change at line 55 | |||
/* Define to 1 if you have the `gethostbyname' function. */ | /* Define to 1 if you have the `gethostbyname' function. */ | |||
#cmakedefine HAVE_GETHOSTBYNAME 1 | #cmakedefine HAVE_GETHOSTBYNAME 1 | |||
/* Define to 1 if you have the `poll' function. */ | /* Define to 1 if you have the `poll' function. */ | |||
#cmakedefine HAVE_POLL 1 | #cmakedefine HAVE_POLL 1 | |||
/* Define to 1 if you have the `select' function. */ | /* Define to 1 if you have the `select' function. */ | |||
#cmakedefine HAVE_SELECT 1 | #cmakedefine HAVE_SELECT 1 | |||
/* Define to 1 if you have the `regcomp' function. */ | ||||
#cmakedefine HAVE_REGCOMP 1 | ||||
/*************************** LIBRARIES ***************************/ | /*************************** LIBRARIES ***************************/ | |||
/* Define to 1 if you have the `crypto' library (-lcrypto). */ | /* Define to 1 if you have the `crypto' library (-lcrypto). */ | |||
#cmakedefine HAVE_LIBCRYPTO 1 | #cmakedefine HAVE_LIBCRYPTO 1 | |||
/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */ | /* Define to 1 if you have the `gcrypt' library (-lgcrypt). */ | |||
#cmakedefine HAVE_LIBGCRYPT 1 | #cmakedefine HAVE_LIBGCRYPT 1 | |||
/* Define to 1 if you have the `z' library (-lz). */ | /* Define to 1 if you have the `z' library (-lz). */ | |||
#cmakedefine HAVE_LIBZ 1 | #cmakedefine HAVE_LIBZ 1 | |||
/**************************** OPTIONS ****************************/ | /**************************** OPTIONS ****************************/ | |||
/* Define to 1 if you want to enable ZLIB */ | /* Define to 1 if you want to enable ZLIB */ | |||
#cmakedefine WITH_LIBZ 1 | #cmakedefine WITH_LIBZ 1 | |||
/* Define to 1 if you want to enable SSH1 */ | /* Define to 1 if you want to enable SFTP */ | |||
#cmakedefine WITH_SFTP 1 | #cmakedefine WITH_SFTP 1 | |||
/* Define to 1 if you want to enable SSH1 */ | /* Define to 1 if you want to enable SSH1 */ | |||
#cmakedefine WITH_SSH1 1 | #cmakedefine WITH_SSH1 1 | |||
/* Define to 1 if you want to enable server support */ | /* Define to 1 if you want to enable server support */ | |||
#cmakedefine WITH_SERVER 1 | #cmakedefine WITH_SERVER 1 | |||
/* Define to 1 if you want to enable debug output for crypto functions */ | /* Define to 1 if you want to enable debug output for crypto functions */ | |||
#cmakedefine DEBUG_CRYPTO 1 | #cmakedefine DEBUG_CRYPTO 1 | |||
/* Define to 1 if you want to enable pcap output support (experimental) */ | ||||
#cmakedefine WITH_PCAP 1 | ||||
/* Define to 1 if you want to enable calltrace debug output */ | ||||
#cmakedefine DEBUG_CALLTRACE 1 | ||||
/*************************** ENDIAN *****************************/ | ||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | |||
significant byte first (like Motorola and SPARC, unlike Intel). */ | significant byte first (like Motorola and SPARC, unlike Intel). */ | |||
#if defined AC_APPLE_UNIVERSAL_BUILD | #cmakedefine WORDS_BIGENDIAN 1 | |||
# if defined __BIG_ENDIAN__ | ||||
# define WORDS_BIGENDIAN 1 | /************************* MS Windows ***************************/ | |||
# endif | ||||
#else | #ifdef _WIN32 | |||
# ifndef WORDS_BIGENDIAN | # ifdef _MSC_VER | |||
/* # undef WORDS_BIGENDIAN */ | /* On Microsoft compilers define inline to __inline on all others use inlin | |||
# endif | e */ | |||
#endif | # undef inline | |||
# define inline __inline | ||||
# undef strdup | ||||
# define strdup _strdup | ||||
# endif // _MSC_VER | ||||
#endif /* _WIN32 */ | ||||
End of changes. 6 change blocks. | ||||
1 lines changed or deleted | 18 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |