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

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
/* If you have a fine poll */
373
373
#undef HAVE_POLL_FINE
374
374
 
 
375
/* Define to 1 if you have the <poll.h> header file. */
 
376
#undef HAVE_POLL_H
 
377
 
375
378
/* we have a POSIX-style strerror_r() */
376
379
#undef HAVE_POSIX_STRERROR_R
377
380
 
693
696
/* The size of `long', as computed by sizeof. */
694
697
#undef SIZEOF_LONG
695
698
 
 
699
/* The size of `off_t', as computed by sizeof. */
 
700
#undef SIZEOF_OFF_T
 
701
 
696
702
/* The size of `size_t', as computed by sizeof. */
697
703
#undef SIZEOF_SIZE_T
698
704