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