config.h (538354481ef7dbcd76ebc7334512a9d60994b84e) | config.h (9ded33068ebc84932a4e78ecb1d5516698fa7144) |
---|---|
1/* config.h. Generated from config.h.in by configure. */ 2/* config.h.in. Generated from configure.ac by autoheader. */ 3 4/* Define if building universal (internal helper macro) */ 5/* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address 8 */ --- 1687 unchanged lines hidden (view full) --- 1696 1697/* use libcrypto for cryptography */ 1698#define WITH_OPENSSL 1 1699 1700/* Define if you want SELinux support. */ 1701/* #undef WITH_SELINUX */ 1702 1703/* include SSH protocol version 1 support */ | 1/* config.h. Generated from config.h.in by configure. */ 2/* config.h.in. Generated from configure.ac by autoheader. */ 3 4/* Define if building universal (internal helper macro) */ 5/* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address 8 */ --- 1687 unchanged lines hidden (view full) --- 1696 1697/* use libcrypto for cryptography */ 1698#define WITH_OPENSSL 1 1699 1700/* Define if you want SELinux support. */ 1701/* #undef WITH_SELINUX */ 1702 1703/* include SSH protocol version 1 support */ |
1704#define WITH_SSH1 1 | 1704/* #undef WITH_SSH1 */ |
1705 1706/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 1707 significant byte first (like Motorola and SPARC, unlike Intel). */ 1708#if defined AC_APPLE_UNIVERSAL_BUILD 1709# if defined __BIG_ENDIAN__ 1710# define WORDS_BIGENDIAN 1 1711# endif 1712#else --- 39 unchanged lines hidden --- | 1705 1706/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 1707 significant byte first (like Motorola and SPARC, unlike Intel). */ 1708#if defined AC_APPLE_UNIVERSAL_BUILD 1709# if defined __BIG_ENDIAN__ 1710# define WORDS_BIGENDIAN 1 1711# endif 1712#else --- 39 unchanged lines hidden --- |