X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=config.h.in;h=13a595edaed057bf9b13a1b353cc5d11ca140a44;hp=f4af89cd4f94662e05cfae0c09511763b8d6c619;hb=e96efa56257b45e9c3d1fb1b30071c57512cfe28;hpb=6e0187ce721be4997bef32d724528f8976df89d6 diff --git a/config.h.in b/config.h.in index f4af89c..13a595e 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,12 +484,18 @@ /* 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