~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to lib/config-tpf.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-26 18:58:51 UTC
  • mfrom: (3.3.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090526185851-t1gun9nboi5kbd9u
Tags: 7.19.5-1ubuntu1
* Merge from Debian unstable (LP: #380281), remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* Fixes LP: #379477

Show diffs side-by-side

added added

removed removed

Lines of Context:
601
601
/* Define to the type of arg 5 for `select'. */
602
602
#define SELECT_TYPE_ARG5 (struct timeval *)
603
603
 
 
604
/* The size of an `off_t', as computed by sizeof. */
 
605
#define SIZEOF_OFF_T 8
 
606
 
604
607
/* The size of a `size_t', as computed by sizeof. */
605
608
#define SIZEOF_SIZE_T 8
606
609
 
665
668
/* Define to `unsigned' if <sys/types.h> does not define. */
666
669
/* #undef size_t */
667
670
 
668
 
/* Type to use in place of socklen_t when system does not provide it. */
669
 
/* #undef socklen_t */
670
 
 
671
671
/* the signed version of size_t */
672
672
/* #undef ssize_t */
673
673