aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2018-06-05 20:45:40 +0000
committerAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2018-06-05 20:45:40 +0000
commitf2f7e1fade87f88a936cffa91bd0b144bf6aa2a4 (patch)
tree478072feab52465841524b11af2a2bafa9ee83cf
parent24313e8c1f9ab384ce3d06a20aa49e6ebde53888 (diff)
parent980448bb19bf39a41575363d7176466ed5837b48 (diff)
downloadandroid_external_curl-f2f7e1fade87f88a936cffa91bd0b144bf6aa2a4.tar.gz
android_external_curl-f2f7e1fade87f88a936cffa91bd0b144bf6aa2a4.tar.bz2
android_external_curl-f2f7e1fade87f88a936cffa91bd0b144bf6aa2a4.zip
[automerger] Disable unused protocols. am: 4f2f94119e am: 2c491e4c14 am: 72786999f7 am: 7fc585798b am: 980448bb19
Change-Id: Icb24d2997eb5efbc9fc91c7be770ef3e69b22190
-rw-r--r--lib/curl_config.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/curl_config.h b/lib/curl_config.h
index 0288018..e9b7958 100644
--- a/lib/curl_config.h
+++ b/lib/curl_config.h
@@ -17,22 +17,22 @@
/* #undef CURL_DISABLE_CRYPTO_AUTH */
/* to disable DICT */
-/* #undef CURL_DISABLE_DICT */
+#define CURL_DISABLE_DICT 1
/* to disable FILE */
/* #undef CURL_DISABLE_FILE */
/* to disable FTP */
-/* #undef CURL_DISABLE_FTP */
+#define CURL_DISABLE_FTP 1
/* to disable Gopher */
-/* #undef CURL_DISABLE_GOPHER */
+#define CURL_DISABLE_GOPHER 1
/* to disable HTTP */
/* #undef CURL_DISABLE_HTTP */
/* to disable IMAP */
-/* #undef CURL_DISABLE_IMAP */
+#define CURL_DISABLE_IMAP 1
/* to disable LDAP */
#define CURL_DISABLE_LDAP 1
@@ -44,25 +44,25 @@
/* #undef CURL_DISABLE_LIBCURL_OPTION */
/* to disable POP3 */
-/* #undef CURL_DISABLE_POP3 */
+#define CURL_DISABLE_POP3 1
/* to disable proxies */
/* #undef CURL_DISABLE_PROXY */
/* to disable RTSP */
-/* #undef CURL_DISABLE_RTSP */
+#define CURL_DISABLE_RTSP 1
/* to disable SMB/CIFS */
-/* #undef CURL_DISABLE_SMB */
+#define CURL_DISABLE_SMB 1
/* to disable SMTP */
-/* #undef CURL_DISABLE_SMTP */
+#define CURL_DISABLE_SMTP 1
/* to disable TELNET */
-/* #undef CURL_DISABLE_TELNET */
+#define CURL_DISABLE_TELNET 1
/* to disable TFTP */
-/* #undef CURL_DISABLE_TFTP */
+#define CURL_DISABLE_TFTP 1
/* to disable TLS-SRP authentication */
/* #undef CURL_DISABLE_TLS_SRP */