~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to lib/setup.h

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2011-02-28 19:35:36 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20110228193536-p3a9jawxxofcsz7o
Tags: upstream-7.21.4
ImportĀ upstreamĀ versionĀ 7.21.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                            | (__| |_| |  _ <| |___
8
8
 *                             \___|\___/|_| \_\_____|
9
9
 *
10
 
 * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
 
10
 * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
11
11
 *
12
12
 * This software is licensed as described in the file COPYING, which
13
13
 * you should have received as part of this distribution. The terms
162
162
 */
163
163
 
164
164
#ifdef HTTP_ONLY
165
 
#  define CURL_DISABLE_TFTP
166
 
#  define CURL_DISABLE_FTP
167
 
#  define CURL_DISABLE_LDAP
168
 
#  define CURL_DISABLE_TELNET
169
 
#  define CURL_DISABLE_DICT
170
 
#  define CURL_DISABLE_FILE
171
 
#  define CURL_DISABLE_RTSP
 
165
#  ifndef CURL_DISABLE_TFTP
 
166
#    define CURL_DISABLE_TFTP
 
167
#  endif
 
168
#  ifndef CURL_DISABLE_FTP
 
169
#    define CURL_DISABLE_FTP
 
170
#  endif
 
171
#  ifndef CURL_DISABLE_LDAP
 
172
#    define CURL_DISABLE_LDAP
 
173
#  endif
 
174
#  ifndef CURL_DISABLE_TELNET
 
175
#    define CURL_DISABLE_TELNET
 
176
#  endif
 
177
#  ifndef CURL_DISABLE_DICT
 
178
#    define CURL_DISABLE_DICT
 
179
#  endif
 
180
#  ifndef CURL_DISABLE_FILE
 
181
#    define CURL_DISABLE_FILE
 
182
#  endif
 
183
#  ifndef CURL_DISABLE_RTSP
 
184
#    define CURL_DISABLE_RTSP
 
185
#  endif
172
186
#endif
173
187
 
174
188
/*
537
551
 
538
552
#define LIBIDN_REQUIRED_VERSION "0.4.1"
539
553
 
540
 
#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || defined(USE_QSOSSL) || defined(USE_POLARSSL)
 
554
#if defined(USE_GNUTLS) || defined(USE_SSLEAY) || defined(USE_NSS) || defined(USE_QSOSSL) || defined(USE_POLARSSL) || defined(USE_AXTLS)
541
555
#define USE_SSL    /* SSL support has been enabled */
542
556
#endif
543
557
 
 
558
#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
 
559
#define USE_HTTP_NEGOTIATE
 
560
#endif
 
561
 
544
562
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_NTLM)
545
563
#if defined(USE_SSLEAY) || defined(USE_WINDOWS_SSPI) || defined(USE_GNUTLS) || defined(USE_NSS)
546
564
#define USE_NTLM