Tizen 2.1 base
[external/wget.git] / src / build_info.c
1 /* Autogenerated by build_info.pl - DO NOT EDIT */
2
3 /* This stores global variables that are initialized with
4    preprocessor declarations for output with the --version flag.
5
6    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
7    2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.  */
8
9 #include "wget.h"
10 #include <stdio.h>
11
12 const char* (compiled_features[]) =
13 {
14
15 #ifdef ENABLE_DIGEST
16   "+digest",
17 #else
18   "-digest",
19 #endif
20
21 #ifdef ENABLE_IPV6
22   "+ipv6",
23 #else
24   "-ipv6",
25 #endif
26
27 #ifdef ENABLE_NLS
28   "+nls",
29 #else
30   "-nls",
31 #endif
32
33 #ifdef ENABLE_NTLM
34   "+ntlm",
35 #else
36   "-ntlm",
37 #endif
38
39 #ifdef ENABLE_OPIE
40   "+opie",
41 #else
42   "-opie",
43 #endif
44
45 #ifdef HAVE_MD5
46 #ifdef HAVE_BUILTIN_MD5
47   "+md5/builtin",
48 #elif HAVE_OPENSSL_MD5
49   "+md5/openssl",
50 #elif HAVE_SOLARIS_MD5
51   "+md5/solaris",
52 #else
53 #error "md5 set, but no library found!",
54 #endif
55 #else
56   "-md5",
57 #endif
58
59 #ifdef HAVE_SSL
60   "+https",
61 #else
62   "-https",
63 #endif
64
65 #ifdef HAVE_LIBGNUTLS
66   "+gnutls",
67 #else
68   "-gnutls",
69 #endif
70
71 #ifdef HAVE_LIBSSL
72   "+openssl",
73 #else
74   "-openssl",
75 #endif
76
77 #ifdef ENABLE_IRI
78   "+iri",
79 #else
80   "-iri",
81 #endif
82
83   /* sentinel value */
84   NULL
85 };
86
87