~ubuntu-branches/ubuntu/utopic/curl/utopic-updates

« back to all changes in this revision

Viewing changes to src/curl_config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): James Page
  • Date: 2011-10-20 09:28:24 UTC
  • mfrom: (3.4.22 sid)
  • Revision ID: james.westby@ubuntu.com-20111020092824-i7kfjd5we7dh57nv
Tags: 7.21.7-3ubuntu1
* Merge from Debian testing, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package, stripped down for use during 
    installation (LP: #831496).
* Dropped changes:
  - debian/patches/timeout_bug_736216: applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
/* Define to 1 if you have the ftruncate function. */
193
193
#undef HAVE_FTRUNCATE
194
194
 
 
195
/* Define to 1 if you have the gai_strerror function. */
 
196
#undef HAVE_GAI_STRERROR
 
197
 
195
198
/* Define to 1 if you have a working getaddrinfo function. */
196
199
#undef HAVE_GETADDRINFO
197
200
 
837
840
/* a suitable file to read random data from */
838
841
#undef RANDOM_FILE
839
842
 
 
843
/* Define to the type qualifier pointed by arg 5 for recvfrom. */
 
844
#undef RECVFROM_QUAL_ARG5
 
845
 
840
846
/* Define to the type of arg 1 for recvfrom. */
841
847
#undef RECVFROM_TYPE_ARG1
842
848