X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=config.h.in;h=c31b9cd0738cbf49d7d6f9f792a97ce90d262549;hb=420f3633557ed75a0de989eb065af6e09eed29ba;hp=7a995eb3028937ec4fc08dd246e4eedea2fb0794;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1;p=apps%2Fmadmutt.git diff --git a/config.h.in b/config.h.in index 7a995eb..c31b9cd 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 @@ -558,3 +561,6 @@ * all return values other than (size_t)(-1) as equivalent. */ #undef ICONV_NONTRANS +/* The compressed mailboxes support */ +#undef USE_COMPRESSED +