Lines Matching refs:if

34 # accepted.  ACTION-IF-YES is a list of shell commands to run if
39 # This macro #defines HAVE_LIBCURL if a working libcurl setup is
62 AH_TEMPLATE([LIBCURL_FEATURE_SSL],[Defined if libcurl supports SSL])
63 AH_TEMPLATE([LIBCURL_FEATURE_KRB4],[Defined if libcurl supports KRB4])
64 AH_TEMPLATE([LIBCURL_FEATURE_IPV6],[Defined if libcurl supports IPv6])
65 AH_TEMPLATE([LIBCURL_FEATURE_LIBZ],[Defined if libcurl supports libz])
66 AH_TEMPLATE([LIBCURL_FEATURE_ASYNCHDNS],[Defined if libcurl supports AsynchDNS])
67 AH_TEMPLATE([LIBCURL_FEATURE_IDN],[Defined if libcurl supports IDN])
68 AH_TEMPLATE([LIBCURL_FEATURE_SSPI],[Defined if libcurl supports SSPI])
69 AH_TEMPLATE([LIBCURL_FEATURE_NTLM],[Defined if libcurl supports NTLM])
71 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTP],[Defined if libcurl supports HTTP])
72 AH_TEMPLATE([LIBCURL_PROTOCOL_HTTPS],[Defined if libcurl supports HTTPS])
73 AH_TEMPLATE([LIBCURL_PROTOCOL_FTP],[Defined if libcurl supports FTP])
74 AH_TEMPLATE([LIBCURL_PROTOCOL_FTPS],[Defined if libcurl supports FTPS])
75 AH_TEMPLATE([LIBCURL_PROTOCOL_FILE],[Defined if libcurl supports FILE])
76 AH_TEMPLATE([LIBCURL_PROTOCOL_TELNET],[Defined if libcurl supports TELNET])
77 AH_TEMPLATE([LIBCURL_PROTOCOL_LDAP],[Defined if libcurl supports LDAP])
78 AH_TEMPLATE([LIBCURL_PROTOCOL_DICT],[Defined if libcurl supports DICT])
79 AH_TEMPLATE([LIBCURL_PROTOCOL_TFTP],[Defined if libcurl supports TFTP])
80 AH_TEMPLATE([LIBCURL_PROTOCOL_RTSP],[Defined if libcurl supports RTSP])
81 AH_TEMPLATE([LIBCURL_PROTOCOL_POP3],[Defined if libcurl supports POP3])
82 AH_TEMPLATE([LIBCURL_PROTOCOL_IMAP],[Defined if libcurl supports IMAP])
83 AH_TEMPLATE([LIBCURL_PROTOCOL_SMTP],[Defined if libcurl supports SMTP])
89 if test "$_libcurl_with" != "no" ; then
97 if test -d "$_libcurl_with" ; then
106 if test x$_libcurl_config != "x" ; then
114 if test $_libcurl_wanted -gt 0 ; then
118 if test $_libcurl_version -ge $_libcurl_wanted ; then
126 if test $_libcurl_wanted -eq 0 || test x$libcurl_cv_lib_version_ok = xyes ; then
127 if test x"$LIBCURL_CPPFLAGS" = "x" ; then
130 if test x"$LIBCURL" = "x" ; then
147 if test $_libcurl_version -ge 461828 ; then
157 if test $_libcurl_try_link = yes ; then
159 # we did not find curl-config, so let's see if the user-supplied
172 /* Try to use a few common options to force a failure if we are
182 if (x) {;}
191 if test $libcurl_cv_lib_curl_usable = yes ; then
203 [Define curl_free() as free() if our version of curl lacks curl_free.])],
212 [Define to 1 if you have a functional curl library.])
221 if test "x$_libcurl_protocols" = "x" ; then
227 if test x$libcurl_feature_SSL = xyes ; then
232 if test $_libcurl_version -ge 461568; then
239 if test $_libcurl_version -ge 463872; then
265 if test x$_libcurl_with = xno || test x$libcurl_cv_lib_curl_usable != xyes ; then