summaryrefslogtreecommitdiffstats
path: root/makedoc-defs.h
blob: 875b3503a1f479264dfb7baf947e76b873358c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* build complete documentation */

# ifndef CRYPT_BACKEND_GPGME
#  define CRYPT_BACKEND_GPGME
# endif
# ifndef USE_IMAP
#  define USE_IMAP
# endif
# ifndef MIXMASTER
#  define MIXMASTER "mixmaster"
# endif
# ifndef USE_POP
#  define USE_POP
# endif
# ifndef USE_SMTP
#  define USE_SMTP
# endif
# ifndef USE_SSL_OPENSSL
#  define USE_SSL_OPENSSL
# endif
# ifndef USE_SSL_GNUTLS
#  define USE_SSL_GNUTLS
# endif
# ifndef USE_SSL
#  define USE_SSL
# endif
# ifndef USE_SOCKET
#  define USE_SOCKET
# endif
# ifndef USE_DOTLOCK
#  define USE_DOTLOCK
# endif
# ifndef DL_STANDALONE
#  define DL_STANDALONE
# endif
# ifndef USE_HCACHE
#  define USE_HCACHE
# endif
# ifndef HAVE_DB4
#  define HAVE_DB4
# endif
# ifndef HAVE_GDBM
#  define HAVE_GDBM
# endif
# ifndef HAVE_QDBM
#  define HAVE_QDBM
# endif
# ifndef HAVE_LIBIDN
#  define HAVE_LIBIDN
# endif
# ifndef HAVE_GETADDRINFO
#  define HAVE_GETADDRINFO
# endif