Andreas Krennmair:
[apps/madmutt.git] / config.h.in
index f4af89c..0c97b61 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
 
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
    automatically deduced at run-time.
-        STACK_DIRECTION > 0 => grows toward higher addresses
-        STACK_DIRECTION < 0 => grows toward lower addresses
-        STACK_DIRECTION = 0 => direction of growth unknown */
+       STACK_DIRECTION > 0 => grows toward higher addresses
+       STACK_DIRECTION < 0 => grows toward lower addresses
+       STACK_DIRECTION = 0 => direction of growth unknown */
 #undef STACK_DIRECTION
 
 /* Define to 1 if you have the ANSI C header files. */
 /* 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
 
+/* Define to sort files in a maildir by inode number. */
+#undef USE_INODESORT
+
 /* Define to enable the use of libesmtp */
 #undef USE_LIBESMTP
 
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
 
-/* Define as `__inline' if that's what the C compiler calls it, or to nothing
-   if it is not supported. */
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+   calls it, or to nothing if 'inline' is not supported under any name.  */
+#ifndef __cplusplus
 #undef inline
+#endif
 
 /* Define to 'int' if system headers don't define. */
 #undef mbstate_t