File: muttconfig.h

package info (click to toggle)
balsa 0.4.6.2-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,264 kB
  • ctags: 2,404
  • sloc: ansic: 26,471; sh: 4,773; makefile: 345; sed: 93
file content (117 lines) | stat: -rw-r--r-- 3,078 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* muttconfig.h.  Generated automatically by configure.  */
/* muttconfig.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef pid_t */

/* Define as the return type of signal handlers (int or void).  */
#define RETSIGTYPE void

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if `sys_siglist' is declared by <signal.h>.  */
#define SYS_SIGLIST_DECLARED 1

/* What is your domain name? */
/* #undef DOMAIN */

/* use dotlocking to lock mailboxes? */
/* #undef USE_DOTLOCK */

/* use flock() to lock mailboxes? */
/* #undef USE_FLOCK */

/* Use fcntl() to lock folders? */
#define USE_FCNTL 1

/*
 * 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 */

/* Do you want support for the POP3 protocol? (--enable-pop) */
#define USE_POP 1

/* Do you want support for the IMAP protocol? (--enable-imap) */
#define USE_IMAP 1

/*
 * 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 */

/* Where new mail is spooled */
#define MAILPATH "/var/spool/mail"

/* Should I just use the domain name? (--enable-hidden-host) */
/* #undef HIDDEN_HOST */

/* Where to find sendmail on your system */
#define SENDMAIL "/usr/sbin/sendmail"

/* Where to find ispell on your system? */
#define ISPELL "/usr/bin/ispell"

/* Are we using GNU rx? */
/* #undef USE_GNU_RX */

/* program to use for shell commands */
#define EXECSHELL "/bin/sh"

/* The "buffy_size" feature */
/* #undef BUFFY_SIZE */

/* The result of isprint() is unreliable? */
/* #undef LOCALES_HACK */

/* Enable exact regeneration of email addresses as parsed?  NOTE: this requires
   significant more memory when defined. */
/* #undef EXACT_ADDRESS */

/* Does your system have the snprintf() call? */
#define HAVE_SNPRINTF 1

/* Does your system have the vsnprintf() call? */
#define HAVE_VSNPRINTF 1

/* The number of bytes in a long.  */
#define SIZEOF_LONG 4

/* Define if you have the ftruncate function.  */
#define HAVE_FTRUNCATE 1

/* Define if you have the regcomp function.  */
#define HAVE_REGCOMP 1

/* Define if you have the setegid function.  */
#define HAVE_SETEGID 1

/* Define if you have the srand48 function.  */
#define HAVE_SRAND48 1

/* Define if you have the strcasecmp function.  */
#define HAVE_STRCASECMP 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the strftime function.  */
#define HAVE_STRFTIME 1

/* Define if you have the <stdarg.h> header file.  */
#define HAVE_STDARG_H 1

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H 1

/* Define if you have the intl library (-lintl).  */
/* #undef HAVE_LIBINTL */

/* Define if you have the x library (-lx).  */
/* #undef HAVE_LIBX */