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

« back to all changes in this revision

Viewing changes to lib/curl_config.h.in

  • 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:
57
57
/* to disable TFTP */
58
58
#undef CURL_DISABLE_TFTP
59
59
 
 
60
/* to disable TLS-SRP authentication */
 
61
#undef CURL_DISABLE_TLS_SRP
 
62
 
60
63
/* to disable verbose strings */
61
64
#undef CURL_DISABLE_VERBOSE_STRINGS
62
65
 
264
267
/* Define to 1 if you have a working gmtime_r function. */
265
268
#undef HAVE_GMTIME_R
266
269
 
 
270
/* if you have the function gnutls_srp_verifier */
 
271
#undef HAVE_GNUTLS_SRP
 
272
 
267
273
/* if you have the gssapi libraries */
268
274
#undef HAVE_GSSAPI
269
275
 
942
948
/* Define to enable c-ares support */
943
949
#undef USE_ARES
944
950
 
 
951
/* if axTLS is enabled */
 
952
#undef USE_AXTLS
 
953
 
945
954
/* Define to disable non-blocking sockets. */
946
955
#undef USE_BLOCKING_SOCKETS
947
956
 
975
984
/* if you want POSIX threaded DNS lookup */
976
985
#undef USE_THREADS_POSIX
977
986
 
 
987
/* Use TLS-SRP authentication */
 
988
#undef USE_TLS_SRP
 
989
 
 
990
/* Define to 1 if you are building a Windows target with large file support.
 
991
   */
 
992
#undef USE_WIN32_LARGE_FILES
 
993
 
978
994
/* Define to 1 if you are building a Windows target without large file
979
995
   support. */
980
 
#undef USE_WIN32_LARGE_FILES
 
996
#undef USE_WIN32_SMALL_FILES
981
997
 
982
998
/* to enable SSPI support */
983
999
#undef USE_WINDOWS_SSPI