~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to src/curl_config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-29 17:26:37 UTC
  • mfrom: (3.4.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101129172637-7wwnlut14uxp2kfx
Tags: 7.21.2-1ubuntu1
* Merge with Debian unstable, remaining Ubuntu changes: (LP: #682286)
* debian/control:
  - (Keep build deps in main)
  - Drop build dependencies: stunnel, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
/* to disable FTP */
25
25
#undef CURL_DISABLE_FTP
26
26
 
 
27
/* to disable Gopher */
 
28
#undef CURL_DISABLE_GOPHER
 
29
 
27
30
/* to disable HTTP */
28
31
#undef CURL_DISABLE_HTTP
29
32
 
361
364
/* Define to 1 if you have the `ldap_url_parse' function. */
362
365
#undef HAVE_LDAP_URL_PARSE
363
366
 
 
367
/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
 
368
#undef HAVE_LIBGCRYPT
 
369
 
364
370
/* Define to 1 if you have the <libgen.h> header file. */
365
371
#undef HAVE_LIBGEN_H
366
372
 
373
379
/* Define to 1 if you have the `resolve' library (-lresolve). */
374
380
#undef HAVE_LIBRESOLVE
375
381
 
376
 
/* Define to 1 if you have the `rtmp' library (-lrtmp). */
377
 
#undef HAVE_LIBRTMP
378
 
 
379
382
/* Define to 1 if you have the <librtmp/rtmp.h> header file. */
380
383
#undef HAVE_LIBRTMP_RTMP_H
381
384