~ubuntu-branches/ubuntu/trusty/curl/trusty

« back to all changes in this revision

Viewing changes to lib/curl_config.h.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.0-1ubuntu1
* Resynchronize on Debian, remaining changes
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
/* Define to 1 if NI_WITHSCOPEID exists and works. */
452
452
#undef HAVE_NI_WITHSCOPEID
453
453
 
454
 
/* if you have the NSS_InitContext function */
455
 
#undef HAVE_NSS_INITCONTEXT
456
 
 
457
454
/* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
458
455
   */
459
456
#undef HAVE_OLD_GSSMIT
879
876
/* The size of `long', as computed by sizeof. */
880
877
#undef SIZEOF_LONG
881
878
 
 
879
/* The size of `long long', as computed by sizeof. */
 
880
#undef SIZEOF_LONG_LONG
 
881
 
882
882
/* The size of `off_t', as computed by sizeof. */
883
883
#undef SIZEOF_OFF_T
884
884