X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=config.h.in;h=4d51f94501bbb1b6fc21d793ee0307bae206f17d;hp=7a995eb3028937ec4fc08dd246e4eedea2fb0794;hb=8dea1e97637d64ca1bd59251720e1c790237c8a8;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/config.h.in b/config.h.in index 7a995eb..4d51f94 100644 --- a/config.h.in +++ b/config.h.in @@ -146,6 +146,9 @@ /* Define if you have the idna_to_unicode_utf8_from_utf8 function. */ #undef HAVE_IDNA_TO_UNICODE_UTF8_FROM_UTF8 +/* Define if you have the isctype function. */ +#undef HAVE_ISCTYPE + /* Define if you have the iswalnum function. */ #undef HAVE_ISWALNUM @@ -326,6 +329,9 @@ /* Define if you have the esmtp library (-lesmtp). */ #undef HAVE_LIBESMTP +/* Define if you have the gnutls library (-lgnutls). */ +#undef HAVE_LIBGNUTLS + /* Define if you have the idn library (-lidn). */ #undef HAVE_LIBIDN @@ -440,6 +446,9 @@ /* Define if you want support for SSL. */ #undef USE_SSL +/* Define if you want support for GNU TLS. */ +#undef USE_GNUTLS + /* Define if you want support for SSL via the NSS library. */ #undef USE_NSS @@ -482,6 +491,15 @@ NOTE: this requires significant more memory when defined. */ #undef EXACT_ADDRESS +/* Enable header caching */ +#undef USE_HCACHE + +/* GDBM Support */ +#undef HAVE_GDBM + +/* Sleepycat DB4 Support */ +#undef HAVE_DB4 + /* Define if you have the iconv() function. */ #undef HAVE_ICONV @@ -558,3 +576,6 @@ * all return values other than (size_t)(-1) as equivalent. */ #undef ICONV_NONTRANS +/* The compressed mailboxes support */ +#undef USE_COMPRESSED +