File: config.h.in

package info (click to toggle)
mutt 1.5.13-1.1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 14,124 kB
  • ctags: 5,052
  • sloc: ansic: 75,353; sh: 3,670; perl: 971; makefile: 673; yacc: 318; awk: 17
file content (654 lines) | stat: -rw-r--r-- 17,354 bytes parent folder | download | duplicates (2)
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
/* config.h.in.  Generated from configure.in by autoheader.  */

/* Define to enable the "buffy_size" feature. */
#undef BUFFY_SIZE

/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
   systems. This function is required for `alloca.c' support on those systems.
   */
#undef CRAY_STACKSEG_END

/* Define if you want classic PGP support. */
#undef CRYPT_BACKEND_CLASSIC_PGP

/* Define if you want clasic S/MIME support. */
#undef CRYPT_BACKEND_CLASSIC_SMIME

/* Defined, if GPGME support is enabled */
#undef CRYPT_BACKEND_GPGME

/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA

/* Define to enable debugging info. */
#undef DEBUG

/* Define if you want to use an external dotlocking program. */
#undef DL_STANDALONE

/* Define your domain name. */
#undef DOMAIN

/* Define to 1 if translation of program messages to the user's native
   language is requested. */
#undef ENABLE_NLS

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

/* program to use for shell commands */
#undef EXECSHELL

/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA

/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   */
#undef HAVE_ALLOCA_H

/* Define to 1 if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H

/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET

/* Define if you have bkgdset, as a function or macro. */
#undef HAVE_BKGDSET

/* Define if you have the C99 integer types */
#undef HAVE_C99_INTTYPES

/* Define if your curses library supports color. */
#undef HAVE_COLOR

/* Define if you have curs_set, as a function or macro. */
#undef HAVE_CURS_SET

/* Sleepycat DB4 Support */
#undef HAVE_DB4

/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT

/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
   don't. */
#undef HAVE_DECL_SYS_SIGLIST

/* Define to 1 if your system has the dirent::d_ino member */
#undef HAVE_DIRENT_D_INO

/* Define to 1 if you have the `fchdir' function. */
#undef HAVE_FCHDIR

/* Define to 1 if you have the `feof_unlocked' function. */
#undef HAVE_FEOF_UNLOCKED

/* Define to 1 if you have the `fgetpos' function. */
#undef HAVE_FGETPOS

/* Define to 1 if you have the `fgets_unlocked' function. */
#undef HAVE_FGETS_UNLOCKED

/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO

/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE

/* GDBM Support */
#undef HAVE_GDBM

/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO

/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD

/* Define to 1 if you have the `getegid' function. */
#undef HAVE_GETEGID

/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID

/* Define to 1 if you have the `getgid' function. */
#undef HAVE_GETGID

/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H

/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE

/* Define to 1 if you have the `getsid' function. */
#undef HAVE_GETSID

/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT

/* Define to 1 if you have the `getuid' function. */
#undef HAVE_GETUID

/* Define to 1 if you have the <gnutls/openssl.h> header file. */
#undef HAVE_GNUTLS_OPENSSL_H

/* Define if your GSSAPI implementation is Heimdal */
#undef HAVE_HEIMDAL

/* Define if you have the iconv() function. */
#undef HAVE_ICONV

/* Define to 1 if you have the <iconv.h> header file. */
#undef HAVE_ICONV_H

/* Define if <iconv.h> defines iconv_t. */
#undef HAVE_ICONV_T_DEF

/* Define to 1 if you have the `idna_to_ascii_8z' function. */
#undef HAVE_IDNA_TO_ASCII_8Z

/* Define to 1 if you have the `idna_to_ascii_from_locale' function. */
#undef HAVE_IDNA_TO_ASCII_FROM_LOCALE

/* Define to 1 if you have the `idna_to_ascii_from_utf8' function. */
#undef HAVE_IDNA_TO_ASCII_FROM_UTF8

/* Define to 1 if you have the `idna_to_ascii_lz' function. */
#undef HAVE_IDNA_TO_ASCII_LZ

/* Define to 1 if you have the `idna_to_unicode_8z8z' function. */
#undef HAVE_IDNA_TO_UNICODE_8Z8Z

/* Define to 1 if you have the `idna_to_unicode_utf8_from_utf8' function. */
#undef HAVE_IDNA_TO_UNICODE_UTF8_FROM_UTF8

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <ioctl.h> header file. */
#undef HAVE_IOCTL_H

/* Define to 1 if you have the `iswalnum' function. */
#undef HAVE_ISWALNUM

/* Define to 1 if you have the `iswalpha' function. */
#undef HAVE_ISWALPHA

/* Define to 1 if you have the `iswcntrl' function. */
#undef HAVE_ISWCNTRL

/* Define to 1 if you have the `iswdigit' function. */
#undef HAVE_ISWDIGIT

/* Define to 1 if you have the `iswgraph' function. */
#undef HAVE_ISWGRAPH

/* Define to 1 if you have the `iswlower' function. */
#undef HAVE_ISWLOWER

/* Define to 1 if you have the `iswprint' function. */
#undef HAVE_ISWPRINT

/* Define to 1 if you have the `iswpunct' function. */
#undef HAVE_ISWPUNCT

/* Define to 1 if you have the `iswspace' function. */
#undef HAVE_ISWSPACE

/* Define to 1 if you have the `iswupper' function. */
#undef HAVE_ISWUPPER

/* Define to 1 if you have the `iswxdigit' function. */
#undef HAVE_ISWXDIGIT

/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#undef HAVE_LANGINFO_CODESET

/* Define if you have <langinfo.h> and nl_langinfo(YESEXPR). */
#undef HAVE_LANGINFO_YESEXPR

/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES

/* Define to 1 if you have the `crypto' library (-lcrypto). */
#undef HAVE_LIBCRYPTO

/* Define to 1 if you have the `idn' library (-lidn). */
#undef HAVE_LIBIDN

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

/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL

/* Define to 1 if you have the `sasl2' library (-lsasl2). */
#undef HAVE_LIBSASL2

/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET

/* Define to 1 if you have the `ssl' library (-lssl). */
#undef HAVE_LIBSSL

/* Define to 1 if you have the `termlib' library (-ltermlib). */
#undef HAVE_LIBTERMLIB

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

/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H

/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H

/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H

/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `mempcpy' function. */
#undef HAVE_MEMPCPY

/* Define if you have meta, as a function or macro. */
#undef HAVE_META

/* Define to 1 if you have a working `mmap' system call. */
#undef HAVE_MMAP

/* Define to 1 if you have the `munmap' function. */
#undef HAVE_MUNMAP

/* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
#undef HAVE_NCURSESW_NCURSES_H

/* Define to 1 if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H

/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
#undef HAVE_NCURSES_NCURSES_H

/* Define to 1 if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H

/* Define to 1 if you have the `putenv' function. */
#undef HAVE_PUTENV

/* QDBM Support */
#undef HAVE_QDBM

/* Define to 1 if you have the `RAND_egd' function. */
#undef HAVE_RAND_EGD

/* Define to 1 if you have the `RAND_status' function. */
#undef HAVE_RAND_STATUS

/* Define to 1 if you have the `regcomp' function. */
#undef HAVE_REGCOMP

/* Define if you have resizeterm, as a function or macro. */
#undef HAVE_RESIZETERM

/* Define to 1 if you have the `setegid' function. */
#undef HAVE_SETEGID

/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV

/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE

/* Define to 1 if you have the `setrlimit' function. */
#undef HAVE_SETRLIMIT

/* Define to 1 if you have a C99 compliant snprintf function. */
#undef HAVE_SNPRINTF

/* Define to 1 if you have the `srand48' function. */
#undef HAVE_SRAND48

/* Define if you have start_color, as a function or macro. */
#undef HAVE_START_COLOR

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

/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `stpcpy' function. */
#undef HAVE_STPCPY

/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP

/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR

/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP

/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR

/* Define to 1 if you have the `strftime' function. */
#undef HAVE_STRFTIME

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL

/* Define to 1 if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H

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

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H

/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the `towlower' function. */
#undef HAVE_TOWLOWER

/* Define to 1 if you have the `towupper' function. */
#undef HAVE_TOWUPPER

/* Define to 1 if you have the `tsearch' function. */
#undef HAVE_TSEARCH

/* Define if you have typeahead, as a function or macro. */
#undef HAVE_TYPEAHEAD

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the <unix.h> header file. */
#undef HAVE_UNIX_H

/* Define if you have use_default_colors, as a function or macro. */
#undef HAVE_USE_DEFAULT_COLORS

/* Define to 1 if you have a C99 compliant vsnprintf function. */
#undef HAVE_VSNPRINTF

/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H

/* Define to 1 if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H

/* Define if you are using the system's wchar_t functions. */
#undef HAVE_WC_FUNCS

/* Define to 1 if you have the `__argz_count' function. */
#undef HAVE___ARGZ_COUNT

/* Define to 1 if you have the `__argz_next' function. */
#undef HAVE___ARGZ_NEXT

/* Define to 1 if you have the `__argz_stringify' function. */
#undef HAVE___ARGZ_STRINGIFY

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

/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST

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

/* Where to find ispell on your system. */
#undef ISPELL

/* Define if the result of isprint() is unreliable. */
#undef LOCALES_HACK

/* Where new mail is spooled. */
#undef MAILPATH

/* Where to find mixmaster on your system. */
#undef MIXMASTER

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

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Define to 1 if the C compiler supports function prototypes. */
#undef PROTOTYPES

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

/* Where to find sendmail on your system. */
#undef SENDMAIL

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

/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT

/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG

/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG

/* The size of a `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T

/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
	STACK_DIRECTION > 0 => grows toward higher addresses
	STACK_DIRECTION < 0 => grows toward lower addresses
	STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION

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

/* Define to enable Sun mailtool attachments support. */
#undef SUN_ATTACHMENT

/* Define to use dotlocking for mailboxes. */
#undef USE_DOTLOCK

/* Define to use fcntl() to lock folders. */
#undef USE_FCNTL

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

/* Define if you want to use the included regex.c. */
#undef USE_GNU_REGEX

/* Define if you have GSSAPI libraries available */
#undef USE_GSS

/* Enable header caching */
#undef USE_HCACHE

/* Define if you want support for the IMAP protocol. */
#undef USE_IMAP

/* Define to sort files in a maildir by inode number. */
#undef USE_INODESORT

/* Define if you want support for the POP3 protocol. */
#undef USE_POP

/* Define if want to use the Cyrus SASL library for POP/IMAP authentication.
   */
#undef USE_SASL

/* Define if mutt should run setgid "mail". */
#undef USE_SETGID

/* Define if you compile with SLang instead of curses/ncurses. */
#undef USE_SLANG_CURSES

/* Include code for socket support. Set automatically if you enable POP3 or
   IMAP */
#undef USE_SOCKET

/* Define if you want support for SSL. */
#undef USE_SSL

/* Define if you want support for SSL via GNUTLS. */
#undef USE_SSL_GNUTLS

/* Define if you want support for SSL via OpenSSL. */
#undef USE_SSL_OPENSSL

/* Version number of package */
#undef VERSION

#ifndef HAVE_C99_INTTYPES
#  if SIZEOF_SHORT == 4
typedef unsigned short uint32_t;
#  elif SIZEOF_INT == 4
typedef unsigned int uint32_t;
#  elif SIZEOF_LONG == 4
typedef unsigned long uint32_t;
#  endif
#  if SIZEOF_INT == 8
typedef unsigned int uint64_t;
#  elif SIZEOF_LONG == 8
typedef unsigned long uint64_t;
#  elif SIZEOF_LONG_LONG == 8
typedef unsigned long long uint64_t;
#  endif
#endif
  

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif

/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#undef inline
#endif

/* Define to 'int' if system headers don't define. */
#undef mbstate_t

/* Define to `long' if <sys/types.h> does not define. */
#undef off_t

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

/* Define to `int' if <sys/types.h> does not define. */
#undef sig_atomic_t

/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t

/* Define to 'int' if <sys/socket.h> doesn't have it. */
#undef socklen_t

/* Define to `int' if <sys/types.h> does not define. */
#undef ssize_t

/* define if va_copy is not available */
#undef va_copy

/* Define to 'int' if system headers don't define. */
#undef wchar_t

/* Define to 'int' if system headers don't define. */
#undef wint_t

/* fseeko portability defines */
#ifdef HAVE_FSEEKO
# define LOFF_T off_t
# if SIZEOF_OFF_T == 8
#  define OFF_T_FMT "%lld"
# else
#  define OFF_T_FMT "%ld"
# endif
#else
# define LOFF_T long
# define fseeko fseek
# define ftello ftell
# define OFF_T_FMT "%ld"
#endif