~ubuntu-branches/ubuntu/precise/curl/precise-proposed

« back to all changes in this revision

Viewing changes to lib/version.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2011-11-25 17:30:45 UTC
  • mfrom: (3.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20111125173045-2l3ni88jv16kath0
Tags: 7.22.0-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "setup.h"
24
24
 
25
 
#include <string.h>
26
 
#include <stdio.h>
27
 
 
28
25
#include <curl/curl.h>
29
26
#include "urldata.h"
30
27
#include "sslgen.h"
243
240
#ifdef USE_NTLM
244
241
  | CURL_VERSION_NTLM
245
242
#endif
 
243
#ifdef NTLM_WB_ENABLED
 
244
  | CURL_VERSION_NTLM_WB
 
245
#endif
246
246
#ifdef USE_WINDOWS_SSPI
247
247
  | CURL_VERSION_SSPI
248
248
#endif