~ubuntu-branches/ubuntu/vivid/mutt/vivid-updates

« back to all changes in this revision

Viewing changes to doc/makedoc-defs.h

Tags: 1.5.18-6
* Grab from upstream:
  + Guard idata->mailbox read in imap_mailbox_state.
    The bug happens when a user has more than a imap mailbox, when
    he/she browses through them mutt will segfault.
    (Closes: #462266, #513230, #514309. Mutt: #3057)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* build complete documentation */
 
2
 
 
3
# ifndef CRYPT_BACKEND_GPGME
 
4
#  define CRYPT_BACKEND_GPGME
 
5
# endif
 
6
# ifndef USE_IMAP
 
7
#  define USE_IMAP
 
8
# endif
 
9
# ifndef MIXMASTER
 
10
#  define MIXMASTER "mixmaster"
 
11
# endif
 
12
# ifndef USE_POP
 
13
#  define USE_POP
 
14
# endif
 
15
# ifndef USE_SMTP
 
16
#  define USE_SMTP
 
17
# endif
 
18
# ifndef USE_SSL_OPENSSL
 
19
#  define USE_SSL_OPENSSL
 
20
# endif
 
21
# ifndef USE_SSL_GNUTLS
 
22
#  define USE_SSL_GNUTLS
 
23
# endif
 
24
# ifndef USE_SSL
 
25
#  define USE_SSL
 
26
# endif
 
27
# ifndef USE_SOCKET
 
28
#  define USE_SOCKET
 
29
# endif
 
30
# ifndef USE_DOTLOCK
 
31
#  define USE_DOTLOCK
 
32
# endif
 
33
# ifndef DL_STANDALONE
 
34
#  define DL_STANDALONE
 
35
# endif
 
36
# ifndef USE_HCACHE
 
37
#  define USE_HCACHE
 
38
# endif
 
39
# ifndef HAVE_DB4
 
40
#  define HAVE_DB4
 
41
# endif
 
42
# ifndef HAVE_GDBM
 
43
#  define HAVE_GDBM
 
44
# endif
 
45
# ifndef HAVE_QDBM
 
46
#  define HAVE_QDBM
 
47
# endif
 
48
# ifndef HAVE_LIBIDN
 
49
#  define HAVE_LIBIDN
 
50
# endif
 
51
# ifndef HAVE_GETADDRINFO
 
52
#  define HAVE_GETADDRINFO
 
53
# endif
 
54
# ifndef USE_SASL
 
55
#  define USE_SASL
 
56
# endif