Andreas Krennmair:
[apps/madmutt.git] / config.h.in
index c31b9cd..810dd71 100644 (file)
 /* 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
 
 /*  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
 
 /*  Define to use fcntl() to lock folders.  */
 #undef USE_FCNTL
 
+/*  Define to sort files in a  maildir by inode number.  */
+#undef USE_INODESORT
+
 /* Define if you have problems with mutt not detecting
                    new/old mailboxes over NFS.  Some NFS implementations
                    incorrectly cache the attributes of small files. */
                    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
+
+/* 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