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

« back to all changes in this revision

Viewing changes to src/curl_config.h.in

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-03-23 16:24:51 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: package-import@ubuntu.com-20120323162451-z4gstlabjkgnrh7h
Tags: upstream-7.25.0
ImportĀ upstreamĀ versionĀ 7.25.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* to disable LDAPS */
40
40
#undef CURL_DISABLE_LDAPS
41
41
 
 
42
/* to disable --libcurl C code generation option */
 
43
#undef CURL_DISABLE_LIBCURL_OPTION
 
44
 
42
45
/* to disable POP3 */
43
46
#undef CURL_DISABLE_POP3
44
47