Rocco Rutte:
[apps/madmutt.git] / config.h.in
index 802857b..e4802a0 100644 (file)
@@ -2,13 +2,8 @@
 
 /* Compiling with newsreading support with NNTP */
 #undef USE_NNTP
-
-/* program to use for shell commands */
-#define EXECSHELL "/bin/sh"
-
-/* Define to `int' if <signal.h> doesn't define.  */
-#undef sig_atomic_t
-
+/* The compressed mailboxes support */
+#undef USE_COMPRESSED
 
 /* Define to enable the "buffy_size" feature. */
 #undef BUFFY_SIZE
@@ -24,6 +19,9 @@
 /* Define if you want clasic S/MIME support. */
 #undef CRYPT_BACKEND_CLASSIC_SMIME
 
+/* Defined, if GPGME support is enabled */
+#undef CRYPT_BACKEND_GPGME
+
 /* Define to 1 if using `alloca.c'. */
 #undef C_ALLOCA
 
    language is requested. */
 #undef ENABLE_NLS
 
-/* Enable exact regeneration of email addresses as parsed? NOTE: this requires
-   significant more memory when defined. */
-#undef EXACT_ADDRESS
-
 /* program to use for shell commands */
 #undef EXECSHELL
 
 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
 #undef HAVE_BIND_TEXTDOMAIN_CODESET
 
+/* Define if you have bkgdset, as a function or macro. */
+#undef HAVE_BKGDSET
+
+/* Define if you have the C99 integer types */
+#undef HAVE_C99_INTTYPES
+
 /* Define if your curses library supports color. */
 #undef HAVE_COLOR
 
+/* Define if you have curs_set, as a function or macro. */
+#undef HAVE_CURS_SET
+
+/* Sleepycat DB4 Support */
+#undef HAVE_DB4
+
 /* Define to 1 if you have the `dcgettext' function. */
 #undef HAVE_DCGETTEXT
 
@@ -85,6 +91,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 `getuid' function. */
 #undef HAVE_GETUID
 
+/* Define to 1 if you have the <gnutls/openssl.h> header file. */
+#undef HAVE_GNUTLS_OPENSSL_H
+
 /* Define if your GSSAPI implementation is Heimdal */
 #undef HAVE_HEIMDAL
 
 /* 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 `mempcpy' function. */
 #undef HAVE_MEMPCPY
 
+/* Define if you have meta, as a function or macro. */
+#undef HAVE_META
+
 /* Define to 1 if you have a working `mmap' system call. */
 #undef HAVE_MMAP
 
 /* Define to 1 if you have the `putenv' function. */
 #undef HAVE_PUTENV
 
+/* QDBM Support */
+#undef HAVE_QDBM
+
 /* Define to 1 if you have the `RAND_egd' function. */
 #undef HAVE_RAND_EGD
 
 /* Define to 1 if you have the `regcomp' function. */
 #undef HAVE_REGCOMP
 
+/* Define if you have resizeterm, as a function or macro. */
+#undef HAVE_RESIZETERM
+
 /* Define to 1 if you have the `setegid' function. */
 #undef HAVE_SETEGID
 
 /* Define to 1 if you have the `srand48' function. */
 #undef HAVE_SRAND48
 
+/* Define if you have start_color, as a function or macro. */
+#undef HAVE_START_COLOR
+
 /* Define to 1 if you have the <stdarg.h> header file. */
 #undef HAVE_STDARG_H
 
 /* Define to 1 if you have the `tsearch' function. */
 #undef HAVE_TSEARCH
 
-/* Define if you have the uint32_t type. */
-#undef HAVE_UINT32_T
+/* Define if you have typeahead, as a function or macro. */
+#undef HAVE_TYPEAHEAD
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 /* Define to 1 if you have the <unix.h> header file. */
 #undef HAVE_UNIX_H
 
+/* Define if you have use_default_colors, as a function or macro. */
+#undef HAVE_USE_DEFAULT_COLORS
+
 /* Define to 1 if you have the `vsnprintf' function. */
 #undef HAVE_VSNPRINTF
 
 /* Define as const if the declaration of iconv() needs const. */
 #undef ICONV_CONST
 
+/* Define as 1 if iconv() only converts exactly and we should treat all return
+   values other than (size_t)(-1) as equivalent. */
+#undef ICONV_NONTRANS
+
 /* Where to find ispell on your system. */
 #undef ISPELL
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* Define if compiler has function prototypes */
+/* Define to 1 if the C compiler supports function prototypes. */
 #undef PROTOTYPES
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 /* Where to find sendmail on your system. */
 #undef SENDMAIL
 
+/* Some systems declare sig_atomic_t as volatile, some others -- no. This
+   define will have value `sig_atomic_t' or `volatile sig_atomic_t'
+   accordingly. */
+#undef SIG_ATOMIC_VOLATILE_T
+
 /* The size of a `int', as computed by sizeof. */
 #undef SIZEOF_INT
 
 /* The size of a `long', as computed by sizeof. */
 #undef SIZEOF_LONG
 
+/* The size of a `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
+
+/* The size of a `short', as computed by sizeof. */
+#undef SIZEOF_SHORT
+
 /* 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. */
 #undef STDC_HEADERS
 
-/* Is this the international version? */
-#undef SUBVERSION
-
 /* Define to enable Sun mailtool attachments support. */
 #undef SUN_ATTACHMENT
 
 /* Define to use flock() to lock mailboxes. */
 #undef USE_FLOCK
 
+/* Define if you want support for SSL via the gnutls library. */
+#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 if you want support for SSL via the NSS library. */
-#undef USE_NSS
-
 /* Define if you want support for the POP3 protocol. */
 #undef USE_POP
 
 /* Version number of package */
 #undef VERSION
 
-/* Define to 1 if your processor stores words with the most significant byte
-   first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
+#ifndef HAVE_C99_INTTYPES
+#  if SIZEOF_SHORT == 4
+typedef unsigned short uint32_t;
+#  elif SIZEOF_INT == 4
+typedef unsigned int uint32_t;
+#  elif SIZEOF_LONG == 4
+typedef unsigned long uint32_t;
+#  endif
+#  if SIZEOF_INT == 8
+typedef unsigned int uint64_t;
+#  elif SIZEOF_LONG == 8
+typedef unsigned long uint64_t;
+#  elif SIZEOF_LONG_LONG == 8
+typedef unsigned long long uint64_t;
+#  endif
+#endif
+  
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
+/* Define like PROTOTYPES; this can be used by system headers. */
+#undef __PROTOTYPES
 
 /* 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
 
 /* Define to 'int' if system headers don't define. */
 #undef wint_t
-/* Define if you have start_color, as a function or macro.  */
-#undef HAVE_START_COLOR
-
-/* Define if you have typeahead, as a function or macro.  */
-#undef HAVE_TYPEAHEAD
-
-/* Define if you have bkgdset, as a function or macro.  */
-#undef HAVE_BKGDSET
-
-/* Define if you have curs_set, as a function or macro.  */
-#undef HAVE_CURS_SET
-
-/* Define if you have meta, as a function or macro.  */
-#undef HAVE_META
-
-/* Define if you have use_default_colors, as a function or macro.  */
-#undef HAVE_USE_DEFAULT_COLORS
-
-/* Define if you have resizeterm, as a function or macro.  */
-#undef HAVE_RESIZETERM
-
-/* Some systems declare sig_atomic_t as volatile, some others -- no.
- * This define will have value `sig_atomic_t' or `volatile sig_atomic_t'
- * accordingly. */
-#undef SIG_ATOMIC_VOLATILE_T
-
-/* Define as 1 if iconv() only converts exactly and we should treat
- * all return values other than (size_t)(-1) as equivalent. */
-#undef ICONV_NONTRANS
-