1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/src/build_info.c.in
2009-07-01 23:59:57 +02:00

26 lines
436 B
C

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
HAVE_GETTEXT gettext
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