X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=config.h.in;h=13a595edaed057bf9b13a1b353cc5d11ca140a44;hp=ce85abc1a8b5458a3cd0e14ce3f027ec943756df;hb=e96efa56257b45e9c3d1fb1b30071c57512cfe28;hpb=96fa341bc302bf602e096ae49312c478e922cee3 diff --git a/config.h.in b/config.h.in index ce85abc..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 @@ -487,6 +493,9 @@ /* 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