aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-02-07 18:50:07 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-02-07 18:50:07 +0100
commit373dfdd57b508fc53db33e7044c9d587eadfa62b (patch)
treef9f9a552b4abbd1ad258cd7f852956a11a7665c7 /config.h.cmake
parent26ef6a9a79da53c67b2759f772c01195eed084e4 (diff)
downloadsocket_wrapper-373dfdd57b508fc53db33e7044c9d587eadfa62b.tar.gz
socket_wrapper-373dfdd57b508fc53db33e7044c9d587eadfa62b.tar.xz
socket_wrapper-373dfdd57b508fc53db33e7044c9d587eadfa62b.zip
cmake: Check correctly for IPv6.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake22
1 files changed, 1 insertions, 21 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 6c9633d..97e2b1e 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -28,27 +28,7 @@
/**************************** OPTIONS ****************************/
-/* Define to 1 if you want to enable ZLIB */
-#cmakedefine WITH_ZLIB 1
-
-/* Define to 1 if you want to enable SFTP */
-#cmakedefine WITH_SFTP 1
-
-/* Define to 1 if you want to enable SSH1 */
-#cmakedefine WITH_SSH1 1
-
-/* Define to 1 if you want to enable server support */
-#cmakedefine WITH_SERVER 1
-
-/* Define to 1 if you want to enable debug output for crypto functions */
-#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
-
+#cmakedefine HAVE_SOCKADDR_STORAGE 1
#cmakedefine HAVE_IPV6 1
/*************************** ENDIAN *****************************/