1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/src/build_info.c.in

25 lines
413 B
C
Raw Normal View History

2009-07-01 17:59:57 -04:00
ENABLE_DIGEST digest
ENABLE_IPV6 ipv6
ENABLE_NLS nls
ENABLE_NTLM ntlm
ENABLE_OPIE opie
HAVE_MD5
HAVE_SSL https
HAVE_LIBGNUTLS gnutls
HAVE_LIBSSL openssl
ENABLE_IRI iri
#ifdef HAVE_MD5
#ifdef HAVE_BUILTIN_MD5
"+md5/builtin",
#elif HAVE_OPENSSL_MD5
"+md5/openssl",
#elif HAVE_SOLARIS_MD5
"+md5/solaris",
#else
#error "md5 set, but no library found!",
#endif
#else
"-md5",
#endif