update new sdk
This commit is contained in:
parent
f33907443a
commit
744c72c133
1643 changed files with 83006 additions and 28021 deletions
13
android/external/curl/lib/.gitignore
vendored
Normal file
13
android/external/curl/lib/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
*.a
|
||||
*.imp
|
||||
*.nlm
|
||||
*.orig
|
||||
*.rej
|
||||
*.res
|
||||
Makefile.vc*.dist
|
||||
TAGS
|
||||
curl_config.h
|
||||
curl_config.h.in
|
||||
libcurl.plist.dist
|
||||
libcurl.vers
|
||||
stamp-h1
|
20
android/external/curl/lib/curl_config.h
vendored
20
android/external/curl/lib/curl_config.h
vendored
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue