X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=config.h.in;h=5f8fa3a1da62dee4e60622811ff15febe298b0dd;hp=802857b728aa7c7f8f6dfed39bfbbf10e9ef0af6;hb=170b2f011c6e3616b24ae69bd181c4915ba6eb67;hpb=cfd46a622a446af8a5fa286637cd88259f1b50a5 diff --git a/config.h.in b/config.h.in index 802857b..5f8fa3a 100644 --- a/config.h.in +++ b/config.h.in @@ -63,6 +63,9 @@ /* Define if your curses library supports color. */ #undef HAVE_COLOR +/* Sleepycat DB4 Support */ +#undef HAVE_DB4 + /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT @@ -85,6 +88,9 @@ /* Define to 1 if you have the `ftruncate' function. */ #undef HAVE_FTRUNCATE +/* GDBM Support */ +#undef HAVE_GDBM + /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO @@ -151,6 +157,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_IOCTL_H +/* Define to 1 if you have the `isctype' function. */ +#undef HAVE_ISCTYPE + /* Define to 1 if you have the `iswalnum' function. */ #undef HAVE_ISWALNUM @@ -199,6 +208,9 @@ /* Define to 1 if you have the `esmtp' library (-lesmtp). */ #undef HAVE_LIBESMTP +/* Define to 1 if you have the `gnutls' library (-lgnutls). */ +#undef HAVE_LIBGNUTLS + /* Define to 1 if you have the `idn' library (-lidn). */ #undef HAVE_LIBIDN @@ -472,15 +484,24 @@ /* Define to use flock() to lock mailboxes. */ #undef USE_FLOCK +/* Define if you want support for GNU TLS. */ +#undef USE_GNUTLS + /* Define if you want to use the included regex.c. */ #undef USE_GNU_REGEX /* Define if you have GSSAPI libraries available */ #undef USE_GSS +/* Enable header caching */ +#undef USE_HCACHE + /* Define if you want support for the IMAP protocol. */ #undef USE_IMAP +/* Define to sort files in a maildir by inode number. */ +#undef USE_INODESORT + /* Define to enable the use of libesmtp */ #undef USE_LIBESMTP @@ -577,3 +598,6 @@ * all return values other than (size_t)(-1) as equivalent. */ #undef ICONV_NONTRANS +/* The compressed mailboxes support */ +#undef USE_COMPRESSED +