comparison Resources/CMake/LibCurlConfiguration.cmake @ 1273:88010d8e12cf

Support of HTTP proxy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Jan 2015 16:08:58 +0100
parents 27d256e0b458
children afaa55d42ddd 6784a119484d
comparison
equal deleted inserted replaced
1272:7442097b41c9 1273:88010d8e12cf
24 -DCURL_DISABLE_FTP=1 24 -DCURL_DISABLE_FTP=1
25 -DCURL_DISABLE_GOPHER=1 25 -DCURL_DISABLE_GOPHER=1
26 -DCURL_DISABLE_LDAP=1 26 -DCURL_DISABLE_LDAP=1
27 -DCURL_DISABLE_LDAPS=1 27 -DCURL_DISABLE_LDAPS=1
28 -DCURL_DISABLE_POP3=1 28 -DCURL_DISABLE_POP3=1
29 -DCURL_DISABLE_PROXY=1 29 #-DCURL_DISABLE_PROXY=1
30 -DCURL_DISABLE_RTSP=1 30 -DCURL_DISABLE_RTSP=1
31 -DCURL_DISABLE_TELNET=1 31 -DCURL_DISABLE_TELNET=1
32 -DCURL_DISABLE_TFTP=1 32 -DCURL_DISABLE_TFTP=1
33 ) 33 )
34 34