~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to lib/version.c

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2011-11-13 21:07:32 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: package-import@ubuntu.com-20111113210732-bk5n25x2tu7aplur
Tags: upstream-7.22.0
ImportĀ upstreamĀ versionĀ 7.22.0

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