summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/config.h.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-16 17:54:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-16 17:54:35 (GMT)
commitd30868d952e13e5814d3ed50d96af3ef33db4177 (patch)
tree8b76f95d07d9364767cdb2d8f022840e00dcfd6b /Source/CTest/Curl/config.h.in
parent2073646eb1a86d819c29c8e0774a8e072efb4c83 (diff)
downloadCMake-d30868d952e13e5814d3ed50d96af3ef33db4177.zip
CMake-d30868d952e13e5814d3ed50d96af3ef33db4177.tar.gz
CMake-d30868d952e13e5814d3ed50d96af3ef33db4177.tar.bz2
ENH: Make sure to use internal zlib
Diffstat (limited to 'Source/CTest/Curl/config.h.in')
-rw-r--r--Source/CTest/Curl/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/Curl/config.h.in b/Source/CTest/Curl/config.h.in
index c5fe652..1086027 100644
--- a/Source/CTest/Curl/config.h.in
+++ b/Source/CTest/Curl/config.h.in
@@ -507,3 +507,6 @@
/* define if the compiler supports number 0x3627676LL */
#cmakedefine HAVE_LONG_LONG_CONSTANT ${HAVE_LONG_LONG_CONSTANT}
+
+/* Special handling of zlib library */
+#cmakedefine CURL_SPECIAL_ZLIB_H "${CURL_SPECIAL_ZLIB_H}"