Andreas Krennmair:
[apps/madmutt.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Compiling with newsreading support with NNTP */
4 #undef USE_NNTP
5
6 /* program to use for shell commands */
7 #define EXECSHELL "/bin/sh"
8
9 /* Define to `int' if <signal.h> doesn't define.  */
10 #undef sig_atomic_t
11
12
13 /* Define to enable the "buffy_size" feature. */
14 #undef BUFFY_SIZE
15
16 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
17    systems. This function is required for `alloca.c' support on those systems.
18    */
19 #undef CRAY_STACKSEG_END
20
21 /* Define if you want classic PGP support. */
22 #undef CRYPT_BACKEND_CLASSIC_PGP
23
24 /* Define if you want clasic S/MIME support. */
25 #undef CRYPT_BACKEND_CLASSIC_SMIME
26
27 /* Define to 1 if using `alloca.c'. */
28 #undef C_ALLOCA
29
30 /* Define to enable debugging info. */
31 #undef DEBUG
32
33 /* Define if you want to use an external dotlocking program. */
34 #undef DL_STANDALONE
35
36 /* Define your domain name. */
37 #undef DOMAIN
38
39 /* Define to 1 if translation of program messages to the user's native
40    language is requested. */
41 #undef ENABLE_NLS
42
43 /* Enable exact regeneration of email addresses as parsed? NOTE: this requires
44    significant more memory when defined. */
45 #undef EXACT_ADDRESS
46
47 /* program to use for shell commands */
48 #undef EXECSHELL
49
50 /* Define to 1 if you have `alloca', as a function or macro. */
51 #undef HAVE_ALLOCA
52
53 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
54    */
55 #undef HAVE_ALLOCA_H
56
57 /* Define to 1 if you have the <argz.h> header file. */
58 #undef HAVE_ARGZ_H
59
60 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
61 #undef HAVE_BIND_TEXTDOMAIN_CODESET
62
63 /* Define if your curses library supports color. */
64 #undef HAVE_COLOR
65
66 /* Sleepycat DB4 Support */
67 #undef HAVE_DB4
68
69 /* Define to 1 if you have the `dcgettext' function. */
70 #undef HAVE_DCGETTEXT
71
72 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
73    don't. */
74 #undef HAVE_DECL_SYS_SIGLIST
75
76 /* Define to 1 if you have the `fchdir' function. */
77 #undef HAVE_FCHDIR
78
79 /* Define to 1 if you have the `feof_unlocked' function. */
80 #undef HAVE_FEOF_UNLOCKED
81
82 /* Define to 1 if you have the `fgetpos' function. */
83 #undef HAVE_FGETPOS
84
85 /* Define to 1 if you have the `fgets_unlocked' function. */
86 #undef HAVE_FGETS_UNLOCKED
87
88 /* Define to 1 if you have the `ftruncate' function. */
89 #undef HAVE_FTRUNCATE
90
91 /* GDBM Support */
92 #undef HAVE_GDBM
93
94 /* Define to 1 if you have the `getaddrinfo' function. */
95 #undef HAVE_GETADDRINFO
96
97 /* Define to 1 if you have the `getcwd' function. */
98 #undef HAVE_GETCWD
99
100 /* Define to 1 if you have the `getegid' function. */
101 #undef HAVE_GETEGID
102
103 /* Define to 1 if you have the `geteuid' function. */
104 #undef HAVE_GETEUID
105
106 /* Define to 1 if you have the `getgid' function. */
107 #undef HAVE_GETGID
108
109 /* Define to 1 if you have the <getopt.h> header file. */
110 #undef HAVE_GETOPT_H
111
112 /* Define to 1 if you have the `getpagesize' function. */
113 #undef HAVE_GETPAGESIZE
114
115 /* Define to 1 if you have the `getsid' function. */
116 #undef HAVE_GETSID
117
118 /* Define if the GNU gettext() function is already present or preinstalled. */
119 #undef HAVE_GETTEXT
120
121 /* Define to 1 if you have the `getuid' function. */
122 #undef HAVE_GETUID
123
124 /* Define if your GSSAPI implementation is Heimdal */
125 #undef HAVE_HEIMDAL
126
127 /* Define if you have the iconv() function. */
128 #undef HAVE_ICONV
129
130 /* Define to 1 if you have the <iconv.h> header file. */
131 #undef HAVE_ICONV_H
132
133 /* Define if <iconv.h> defines iconv_t. */
134 #undef HAVE_ICONV_T_DEF
135
136 /* Define to 1 if you have the `idna_to_ascii_8z' function. */
137 #undef HAVE_IDNA_TO_ASCII_8Z
138
139 /* Define to 1 if you have the `idna_to_ascii_from_locale' function. */
140 #undef HAVE_IDNA_TO_ASCII_FROM_LOCALE
141
142 /* Define to 1 if you have the `idna_to_ascii_from_utf8' function. */
143 #undef HAVE_IDNA_TO_ASCII_FROM_UTF8
144
145 /* Define to 1 if you have the `idna_to_ascii_lz' function. */
146 #undef HAVE_IDNA_TO_ASCII_LZ
147
148 /* Define to 1 if you have the `idna_to_unicode_8z8z' function. */
149 #undef HAVE_IDNA_TO_UNICODE_8Z8Z
150
151 /* Define to 1 if you have the `idna_to_unicode_utf8_from_utf8' function. */
152 #undef HAVE_IDNA_TO_UNICODE_UTF8_FROM_UTF8
153
154 /* Define to 1 if you have the <inttypes.h> header file. */
155 #undef HAVE_INTTYPES_H
156
157 /* Define to 1 if you have the <ioctl.h> header file. */
158 #undef HAVE_IOCTL_H
159
160 /* Define to 1 if you have the `isctype' function. */
161 #undef HAVE_ISCTYPE
162
163 /* Define to 1 if you have the `iswalnum' function. */
164 #undef HAVE_ISWALNUM
165
166 /* Define to 1 if you have the `iswalpha' function. */
167 #undef HAVE_ISWALPHA
168
169 /* Define to 1 if you have the `iswcntrl' function. */
170 #undef HAVE_ISWCNTRL
171
172 /* Define to 1 if you have the `iswdigit' function. */
173 #undef HAVE_ISWDIGIT
174
175 /* Define to 1 if you have the `iswgraph' function. */
176 #undef HAVE_ISWGRAPH
177
178 /* Define to 1 if you have the `iswlower' function. */
179 #undef HAVE_ISWLOWER
180
181 /* Define to 1 if you have the `iswprint' function. */
182 #undef HAVE_ISWPRINT
183
184 /* Define to 1 if you have the `iswpunct' function. */
185 #undef HAVE_ISWPUNCT
186
187 /* Define to 1 if you have the `iswspace' function. */
188 #undef HAVE_ISWSPACE
189
190 /* Define to 1 if you have the `iswupper' function. */
191 #undef HAVE_ISWUPPER
192
193 /* Define to 1 if you have the `iswxdigit' function. */
194 #undef HAVE_ISWXDIGIT
195
196 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
197 #undef HAVE_LANGINFO_CODESET
198
199 /* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
200 #undef HAVE_LANGINFO_YESEXPR
201
202 /* Define if your <locale.h> file defines LC_MESSAGES. */
203 #undef HAVE_LC_MESSAGES
204
205 /* Define to 1 if you have the `crypto' library (-lcrypto). */
206 #undef HAVE_LIBCRYPTO
207
208 /* Define to 1 if you have the `esmtp' library (-lesmtp). */
209 #undef HAVE_LIBESMTP
210
211 /* Define to 1 if you have the `gnutls' library (-lgnutls). */
212 #undef HAVE_LIBGNUTLS
213
214 /* Define to 1 if you have the `idn' library (-lidn). */
215 #undef HAVE_LIBIDN
216
217 /* Define to 1 if you have the `intl' library (-lintl). */
218 #undef HAVE_LIBINTL
219
220 /* Define to 1 if you have the `nsl' library (-lnsl). */
221 #undef HAVE_LIBNSL
222
223 /* Define to 1 if you have the `sasl' library (-lsasl). */
224 #undef HAVE_LIBSASL
225
226 /* Define to 1 if you have the `sasl2' library (-lsasl2). */
227 #undef HAVE_LIBSASL2
228
229 /* Define to 1 if you have the `socket' library (-lsocket). */
230 #undef HAVE_LIBSOCKET
231
232 /* Define to 1 if you have the `ssl' library (-lssl). */
233 #undef HAVE_LIBSSL
234
235 /* Define to 1 if you have the `termlib' library (-ltermlib). */
236 #undef HAVE_LIBTERMLIB
237
238 /* Define to 1 if you have the `x' library (-lx). */
239 #undef HAVE_LIBX
240
241 /* Define to 1 if you have the <limits.h> header file. */
242 #undef HAVE_LIMITS_H
243
244 /* Define to 1 if you have the <locale.h> header file. */
245 #undef HAVE_LOCALE_H
246
247 /* Define to 1 if you have the <malloc.h> header file. */
248 #undef HAVE_MALLOC_H
249
250 /* Define to 1 if you have the `memmove' function. */
251 #undef HAVE_MEMMOVE
252
253 /* Define to 1 if you have the <memory.h> header file. */
254 #undef HAVE_MEMORY_H
255
256 /* Define to 1 if you have the `mempcpy' function. */
257 #undef HAVE_MEMPCPY
258
259 /* Define to 1 if you have a working `mmap' system call. */
260 #undef HAVE_MMAP
261
262 /* Define to 1 if you have the `munmap' function. */
263 #undef HAVE_MUNMAP
264
265 /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
266 #undef HAVE_NCURSESW_NCURSES_H
267
268 /* Define to 1 if you have the <ncurses.h> header file. */
269 #undef HAVE_NCURSES_H
270
271 /* Define to 1 if you have the <nl_types.h> header file. */
272 #undef HAVE_NL_TYPES_H
273
274 /* Define to 1 if you have the `putenv' function. */
275 #undef HAVE_PUTENV
276
277 /* Define to 1 if you have the `RAND_egd' function. */
278 #undef HAVE_RAND_EGD
279
280 /* Define to 1 if you have the `RAND_status' function. */
281 #undef HAVE_RAND_STATUS
282
283 /* Define to 1 if you have the `regcomp' function. */
284 #undef HAVE_REGCOMP
285
286 /* Define to 1 if you have the `setegid' function. */
287 #undef HAVE_SETEGID
288
289 /* Define to 1 if you have the `setenv' function. */
290 #undef HAVE_SETENV
291
292 /* Define to 1 if you have the `setlocale' function. */
293 #undef HAVE_SETLOCALE
294
295 /* Define to 1 if you have the `setrlimit' function. */
296 #undef HAVE_SETRLIMIT
297
298 /* Define to 1 if you have the `snprintf' function. */
299 #undef HAVE_SNPRINTF
300
301 /* Define to 1 if you have the `srand48' function. */
302 #undef HAVE_SRAND48
303
304 /* Define to 1 if you have the <stdarg.h> header file. */
305 #undef HAVE_STDARG_H
306
307 /* Define to 1 if you have the <stddef.h> header file. */
308 #undef HAVE_STDDEF_H
309
310 /* Define to 1 if you have the <stdint.h> header file. */
311 #undef HAVE_STDINT_H
312
313 /* Define to 1 if you have the <stdlib.h> header file. */
314 #undef HAVE_STDLIB_H
315
316 /* Define to 1 if you have the `stpcpy' function. */
317 #undef HAVE_STPCPY
318
319 /* Define to 1 if you have the `strcasecmp' function. */
320 #undef HAVE_STRCASECMP
321
322 /* Define to 1 if you have the `strchr' function. */
323 #undef HAVE_STRCHR
324
325 /* Define to 1 if you have the `strdup' function. */
326 #undef HAVE_STRDUP
327
328 /* Define to 1 if you have the `strerror' function. */
329 #undef HAVE_STRERROR
330
331 /* Define to 1 if you have the `strftime' function. */
332 #undef HAVE_STRFTIME
333
334 /* Define to 1 if you have the <strings.h> header file. */
335 #undef HAVE_STRINGS_H
336
337 /* Define to 1 if you have the <string.h> header file. */
338 #undef HAVE_STRING_H
339
340 /* Define to 1 if you have the `strtoul' function. */
341 #undef HAVE_STRTOUL
342
343 /* Define to 1 if you have the <sysexits.h> header file. */
344 #undef HAVE_SYSEXITS_H
345
346 /* Define to 1 if you have the <sys/ioctl.h> header file. */
347 #undef HAVE_SYS_IOCTL_H
348
349 /* Define to 1 if you have the <sys/param.h> header file. */
350 #undef HAVE_SYS_PARAM_H
351
352 /* Define to 1 if you have the <sys/resource.h> header file. */
353 #undef HAVE_SYS_RESOURCE_H
354
355 /* Define to 1 if you have the <sys/stat.h> header file. */
356 #undef HAVE_SYS_STAT_H
357
358 /* Define to 1 if you have the <sys/time.h> header file. */
359 #undef HAVE_SYS_TIME_H
360
361 /* Define to 1 if you have the <sys/types.h> header file. */
362 #undef HAVE_SYS_TYPES_H
363
364 /* Define to 1 if you have the `towlower' function. */
365 #undef HAVE_TOWLOWER
366
367 /* Define to 1 if you have the `towupper' function. */
368 #undef HAVE_TOWUPPER
369
370 /* Define to 1 if you have the `tsearch' function. */
371 #undef HAVE_TSEARCH
372
373 /* Define if you have the uint32_t type. */
374 #undef HAVE_UINT32_T
375
376 /* Define to 1 if you have the <unistd.h> header file. */
377 #undef HAVE_UNISTD_H
378
379 /* Define to 1 if you have the <unix.h> header file. */
380 #undef HAVE_UNIX_H
381
382 /* Define to 1 if you have the `vsnprintf' function. */
383 #undef HAVE_VSNPRINTF
384
385 /* Define to 1 if you have the <wchar.h> header file. */
386 #undef HAVE_WCHAR_H
387
388 /* Define to 1 if you have the <wctype.h> header file. */
389 #undef HAVE_WCTYPE_H
390
391 /* Define if you are using the system's wchar_t functions. */
392 #undef HAVE_WC_FUNCS
393
394 /* Define to 1 if you have the `__argz_count' function. */
395 #undef HAVE___ARGZ_COUNT
396
397 /* Define to 1 if you have the `__argz_next' function. */
398 #undef HAVE___ARGZ_NEXT
399
400 /* Define to 1 if you have the `__argz_stringify' function. */
401 #undef HAVE___ARGZ_STRINGIFY
402
403 /* Is mail spooled to the user's home directory? If defined, MAILPATH should
404    be set to the filename of the spool mailbox relative the the home
405    directory. use: configure --with-homespool=FILE */
406 #undef HOMESPOOL
407
408 /* Define as const if the declaration of iconv() needs const. */
409 #undef ICONV_CONST
410
411 /* Where to find ispell on your system. */
412 #undef ISPELL
413
414 /* Define if the result of isprint() is unreliable. */
415 #undef LOCALES_HACK
416
417 /* Where new mail is spooled. */
418 #undef MAILPATH
419
420 /* Where to find mixmaster on your system. */
421 #undef MIXMASTER
422
423 /* Define if you have problems with mutt not detecting new/old mailboxes over
424    NFS. Some NFS implementations incorrectly cache the attributes of small
425    files. */
426 #undef NFS_ATTRIBUTE_HACK
427
428 /* Name of package */
429 #undef PACKAGE
430
431 /* Define to the address where bug reports for this package should be sent. */
432 #undef PACKAGE_BUGREPORT
433
434 /* Define to the full name of this package. */
435 #undef PACKAGE_NAME
436
437 /* Define to the full name and version of this package. */
438 #undef PACKAGE_STRING
439
440 /* Define to the one symbol short name of this package. */
441 #undef PACKAGE_TARNAME
442
443 /* Define to the version of this package. */
444 #undef PACKAGE_VERSION
445
446 /* Define if compiler has function prototypes */
447 #undef PROTOTYPES
448
449 /* Define as the return type of signal handlers (`int' or `void'). */
450 #undef RETSIGTYPE
451
452 /* Where to find sendmail on your system. */
453 #undef SENDMAIL
454
455 /* The size of a `int', as computed by sizeof. */
456 #undef SIZEOF_INT
457
458 /* The size of a `long', as computed by sizeof. */
459 #undef SIZEOF_LONG
460
461 /* If using the C implementation of alloca, define if you know the
462    direction of stack growth for your system; otherwise it will be
463    automatically deduced at run-time.
464         STACK_DIRECTION > 0 => grows toward higher addresses
465         STACK_DIRECTION < 0 => grows toward lower addresses
466         STACK_DIRECTION = 0 => direction of growth unknown */
467 #undef STACK_DIRECTION
468
469 /* Define to 1 if you have the ANSI C header files. */
470 #undef STDC_HEADERS
471
472 /* Is this the international version? */
473 #undef SUBVERSION
474
475 /* Define to enable Sun mailtool attachments support. */
476 #undef SUN_ATTACHMENT
477
478 /* Define to use dotlocking for mailboxes. */
479 #undef USE_DOTLOCK
480
481 /* Define to use fcntl() to lock folders. */
482 #undef USE_FCNTL
483
484 /* Define to use flock() to lock mailboxes. */
485 #undef USE_FLOCK
486
487 /* Define if you want support for GNU TLS. */
488 #undef USE_GNUTLS
489
490 /* Define if you want to use the included regex.c. */
491 #undef USE_GNU_REGEX
492
493 /* Define if you have GSSAPI libraries available */
494 #undef USE_GSS
495
496 /* Enable header caching */
497 #undef USE_HCACHE
498
499 /* Define if you want support for the IMAP protocol. */
500 #undef USE_IMAP
501
502 /* Define to enable the use of libesmtp */
503 #undef USE_LIBESMTP
504
505 /* Define if you want support for SSL via the NSS library. */
506 #undef USE_NSS
507
508 /* Define if you want support for the POP3 protocol. */
509 #undef USE_POP
510
511 /* Define if want to use the Cyrus SASL library for POP/IMAP authentication.
512    */
513 #undef USE_SASL
514
515 /* Define if want to use version 2 of the Cyrus SASL library. */
516 #undef USE_SASL2
517
518 /* Define if mutt should run setgid "mail". */
519 #undef USE_SETGID
520
521 /* Define if you compile with SLang instead of curses/ncurses. */
522 #undef USE_SLANG_CURSES
523
524 /* Include code for socket support. Set automatically if you enable POP3 or
525    IMAP */
526 #undef USE_SOCKET
527
528 /* Define if you want support for SSL. */
529 #undef USE_SSL
530
531 /* Version number of package */
532 #undef VERSION
533
534 /* Define to 1 if your processor stores words with the most significant byte
535    first (like Motorola and SPARC, unlike Intel and VAX). */
536 #undef WORDS_BIGENDIAN
537
538 /* Define to empty if `const' does not conform to ANSI C. */
539 #undef const
540
541 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
542    if it is not supported. */
543 #undef inline
544
545 /* Define to 'int' if system headers don't define. */
546 #undef mbstate_t
547
548 /* Define to `long' if <sys/types.h> does not define. */
549 #undef off_t
550
551 /* Define to `int' if <sys/types.h> does not define. */
552 #undef pid_t
553
554 /* Define to `int' if <sys/types.h> does not define. */
555 #undef sig_atomic_t
556
557 /* Define to `unsigned' if <sys/types.h> does not define. */
558 #undef size_t
559
560 /* Define to 'int' if <sys/socket.h> doesn't have it. */
561 #undef socklen_t
562
563 /* Define to 'int' if system headers don't define. */
564 #undef wchar_t
565
566 /* Define to 'int' if system headers don't define. */
567 #undef wint_t
568 /* Define if you have start_color, as a function or macro.  */
569 #undef HAVE_START_COLOR
570
571 /* Define if you have typeahead, as a function or macro.  */
572 #undef HAVE_TYPEAHEAD
573
574 /* Define if you have bkgdset, as a function or macro.  */
575 #undef HAVE_BKGDSET
576
577 /* Define if you have curs_set, as a function or macro.  */
578 #undef HAVE_CURS_SET
579
580 /* Define if you have meta, as a function or macro.  */
581 #undef HAVE_META
582
583 /* Define if you have use_default_colors, as a function or macro.  */
584 #undef HAVE_USE_DEFAULT_COLORS
585
586 /* Define if you have resizeterm, as a function or macro.  */
587 #undef HAVE_RESIZETERM
588
589 /* Some systems declare sig_atomic_t as volatile, some others -- no.
590  * This define will have value `sig_atomic_t' or `volatile sig_atomic_t'
591  * accordingly. */
592 #undef SIG_ATOMIC_VOLATILE_T
593
594 /* Define as 1 if iconv() only converts exactly and we should treat
595  * all return values other than (size_t)(-1) as equivalent. */
596 #undef ICONV_NONTRANS
597
598 /* The compressed mailboxes support */
599 #undef USE_COMPRESSED
600