forked from neomutt/neomutt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
acconfig.h
57 lines (42 loc) · 1.63 KB
/
acconfig.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*
* Define if you have problems with mutt not detecting new/old mailboxes
* over NFS. Some NFS implementations incorrectly cache the attributes
* of small files.
*/
#undef NFS_ATTRIBUTE_HACK
/*
* Is mail spooled to the user's home directory? If defined, MAILPATH should
* be set to the filename of the spool mailbox relative the the home
* directory.
* use: configure --with-homespool=FILE
*/
#undef HOMESPOOL
/* program to use for shell commands */
#define EXECSHELL "/bin/sh"
/* Enable exact regeneration of email addresses as parsed? NOTE: this requires
significant more memory when defined. */
#undef EXACT_ADDRESS
/* Define to `int' if <signal.h> doesn't define. */
#undef sig_atomic_t
@BOTTOM@
/* 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