Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / curl_config.h.cmake
index 5376aa7..87be9c7 100644 (file)
@@ -53,7 +53,7 @@
 #endif
 
 /* Use Windows LDAP implementation */
-#cmakedefine USE_WIN32_LDAP 1
+#cmakedefine CURL_LDAP_WIN 1
 
 /* when not building a shared library */
 #cmakedefine CURL_STATICLIB 1
 /* if OpenSSL is in use */
 #cmakedefine USE_OPENSSL 1
 
+/* if SSL is enabled */
+#cmakedefine USE_SSLEAY 1
+
 /* if Unix domain sockets are enabled  */
 #cmakedefine USE_UNIX_SOCKETS