Andreas Krennmair:
[apps/madmutt.git] / config.h.in
index 802857b..13a595e 100644 (file)
@@ -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
 
 /* Define to 1 if you have the <ioctl.h> 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
 
 /* 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
 
 /* 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
 
  * all return values other than (size_t)(-1) as equivalent. */
 #undef ICONV_NONTRANS
 
+/* The compressed mailboxes support */
+#undef USE_COMPRESSED
+