curl-library
How can I get supported future ?
Date: Mon, 11 Feb 2013 12:06:08 +0400
Hello!
I use curl-7.29.0 with curlftpfs-0.9.2 for write files on FTP server
from embedded board with ARM CPU.
I build curl with very minimal options:
./configure --prefix=/usr --host=arm-fsl-linux-gnueabi --disable-http
--disable-file --disable-ldap --disable-ldaps --disable-rtsp
--disable-proxy --disable-dict --disable-telnet --disable-tftp
--disable-pop3 --disable-imap --disable-smtp --disable-gopher
--disable-manual --disable-libcurl-option --disable-ipv6
--disable-verbose --disable-sspi --disable-crypto-auth --disable-ntlm-wb
--disable-tls-srp --disable-cookies --disable-soname-bump
--with-zlib=/opt/IMX53/ltib/rpm/BUILD/zlib-1.2.3 --without-winssl
--without-darwinssl --without-ssl --without-gnutls --without-cyassl
--without-nss --without-axtls --without-ca-path --without-libmetalink
--without-libssh2 --without-librtmp --without-winidn --without-libidn
CC=/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-gcc
Unfortunally CurlFTPFS try set CURLOPT_FTP_SSL and CURLOPT_PROXY*
options and this a reason work abort, after comment this settings I
succesfully mount FTP.
I read curl API but not found functions for check supported future, e.g.
supporting SSL. This is not very good because in this case I must
comment code in CurlFTPFS and rebuild CurlFTPFS if I change curl
configuration option.
How can I check in code what curl supported any future, e.g. SSL or HHTP?
Thank you and excuse me for my bad english.
-- Best regards, Brilliantov Kirill Vladimirovich ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2013-02-11