Andreas Krennmair:
[apps/madmutt.git] / acconfig.h
1
2 /* Compiling with newsreading support with NNTP */
3 #undef USE_NNTP
4
5 /* program to use for shell commands */
6 #define EXECSHELL "/bin/sh"
7
8 /* Define to `int' if <signal.h> doesn't define.  */
9 #undef sig_atomic_t
10
11 @BOTTOM@
12 /* Define if you have start_color, as a function or macro.  */
13 #undef HAVE_START_COLOR
14
15 /* Define if you have typeahead, as a function or macro.  */
16 #undef HAVE_TYPEAHEAD
17
18 /* Define if you have bkgdset, as a function or macro.  */
19 #undef HAVE_BKGDSET
20
21 /* Define if you have curs_set, as a function or macro.  */
22 #undef HAVE_CURS_SET
23
24 /* Define if you have meta, as a function or macro.  */
25 #undef HAVE_META
26
27 /* Define if you have use_default_colors, as a function or macro.  */
28 #undef HAVE_USE_DEFAULT_COLORS
29
30 /* Define if you have resizeterm, as a function or macro.  */
31 #undef HAVE_RESIZETERM
32
33 /* Some systems declare sig_atomic_t as volatile, some others -- no.
34  * This define will have value `sig_atomic_t' or `volatile sig_atomic_t'
35  * accordingly. */
36 #undef SIG_ATOMIC_VOLATILE_T
37
38 /* Define as 1 if iconv() only converts exactly and we should treat
39  * all return values other than (size_t)(-1) as equivalent. */
40 #undef ICONV_NONTRANS
41
42 /* The compressed mailboxes support */
43 #undef USE_COMPRESSED
44