X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=config.h.in;h=6a23e2f91b614f1f87e319196f4385b34198c8c7;hp=dc0b80663bc036f2f77a8318b02289ae870cf675;hb=9ad7a458e335c2738f54335f64902604287b547f;hpb=a0428a4e83903f82dc18ee7744669d03c02b1356 diff --git a/config.h.in b/config.h.in index dc0b806..6a23e2f 100644 --- a/config.h.in +++ b/config.h.in @@ -5,7 +5,6 @@ /* The compressed mailboxes support */ #undef USE_COMPRESSED - /* Define to enable the "buffy_size" feature. */ #undef BUFFY_SIZE @@ -39,10 +38,6 @@ 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 @@ -285,6 +280,9 @@ /* 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 @@ -467,7 +465,7 @@ /* 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'). */ @@ -504,9 +502,6 @@ /* 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 @@ -593,6 +588,9 @@ typedef unsigned long long uint64_t; /* 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