* Rewrite support for specific SSL encryption protocols, including
[alpine.git] / include / config.h.in
blob453a2c123338e55e2e35aa61377dc58e32eb1bc6
1 /* include/config.h.in. Generated from configure.ac by autoheader. */
3 /* Default configuration value */
4 #undef ANSI_PRINTER
6 /* Use Apple OS X key chain for credential caching */
7 #undef APPLEKEYCHAIN
9 /* Enable background posting support */
10 #undef BACKGROUND_POST
12 /* Default configuration value */
13 #undef CHECK_POINT_FREQ
15 /* Default configuration value */
16 #undef CHECK_POINT_TIME
18 /* File name separator as character constant */
19 #undef C_FILESEP
21 /* Default configuration value */
22 #undef DEADLETTER
24 /* Compile in debugging */
25 #undef DEBUG
27 /* Default configuration value */
28 #undef DEBUGFILE
30 /* Display debug messages in journal */
31 #undef DEBUGJOURNAL
33 /* Default configuration value */
34 #undef DEFAULT_COLUMNS_ON_TERMINAL
36 /* Default configuration value */
37 #undef DEFAULT_DEBUG
39 /* Default configuration value */
40 #undef DEFAULT_LINES_ON_TERMINAL
42 /* Default configuration value */
43 #undef DEFAULT_SAVE
45 /* Default configuration value */
46 #undef DF_AB_SORT_RULE
48 /* Default configuration value */
49 #undef DF_ADDRESSBOOK
51 /* Default configuration value */
52 #undef DF_CACERT_DIR
54 /* Name of default certificate authority container */
55 #undef DF_CA_CONTAINER
57 /* Default configuration value */
58 #undef DF_DEFAULT_FCC
60 /* Default configuration value */
61 #undef DF_DEFAULT_PRINTER
63 /* Default configuration value */
64 #undef DF_ELM_STYLE_SAVE
66 /* Default configuration value */
67 #undef DF_ENCRYPTION_RANGE
69 /* Default configuration value */
70 #undef DF_FCC_RULE
72 /* Default configuration value */
73 #undef DF_FILLCOL
75 /* Default configuration value */
76 #undef DF_FLD_SORT_RULE
78 /* Default configuration value */
79 #undef DF_HEADER_IN_REPLY
81 /* Default configuration value */
82 #undef DF_KBLOCK_PASSWD_COUNT
84 /* Default configuration value */
85 #undef DF_LOCAL_ADDRESS
87 /* Default configuration value */
88 #undef DF_LOCAL_FULLNAME
90 /* Default configuration value */
91 #undef DF_MAILCHECK
93 /* Default configuration value */
94 #undef DF_MAIL_DIRECTORY
96 /* Default configuration value */
97 #undef DF_MARGIN
99 /* Default configuration value */
100 #undef DF_OLD_STYLE_REPLY
102 /* Default configuration value */
103 #undef DF_OVERLAP
105 /* Default configuration value */
106 #undef DF_PRIVATEKEY_DIR
108 /* Name of default private container */
109 #undef DF_PRIVATE_CONTAINER
111 /* Default configuration value */
112 #undef DF_PUBLICCERT_DIR
114 /* Name of default public container */
115 #undef DF_PUBLIC_CONTAINER
117 /* Default configuration value */
118 #undef DF_REMOTE_ABOOK_HISTORY
120 /* Default configuration value */
121 #undef DF_SAVED_MSG_NAME_RULE
123 /* Default configuration value */
124 #undef DF_SAVE_BY_SENDER
126 /* Default configuration value */
127 #undef DF_SIGNATURE_FILE
129 /* Default configuration value */
130 #undef DF_SORT_KEY
132 /* set default value of ssh command string (usually "%s %s -l %s exec
133 /etc/r%sd") */
134 #undef DF_SSHCMD
136 /* set default value of ssh command path (defining should cause ssh to be
137 preferred to rsh) */
138 #undef DF_SSHPATH
140 /* Default configuration value */
141 #undef DF_STANDARD_PRINTER
143 /* Default configuration value */
144 #undef DF_USE_ONLY_DOMAIN_NAME
146 /* Interactive, filewise spell checker */
147 #undef DF_VAR_SPELLER
149 /* Define enable dmalloc debugging */
150 #undef ENABLE_DMALLOC
152 /* Enable LDAP query support */
153 #undef ENABLE_LDAP
155 /* Define to 1 if translation of program messages to the user's native
156 language is requested. */
157 #undef ENABLE_NLS
159 /* Enable From address encoding in sent messages */
160 #undef ENCODE_FROMS
162 /* Default configuration value */
163 #undef FORWARDED_FLAG
165 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
166 #undef GWINSZ_IN_SYS_IOCTL
168 /* Define if systems uses old BSD-style terminal control */
169 #undef HAS_SGTTY
171 /* Define if systems uses termcap terminal database */
172 #undef HAS_TERMCAP
174 /* Define if systems uses terminfo terminal database */
175 #undef HAS_TERMINFO
177 /* Define if systems uses termio terminal control */
178 #undef HAS_TERMIO
180 /* Define if systems uses termios terminal control */
181 #undef HAS_TERMIOS
183 /* Define to 1 if you have the <assert.h> header file. */
184 #undef HAVE_ASSERT_H
186 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
187 CoreFoundation framework. */
188 #undef HAVE_CFLOCALECOPYCURRENT
190 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
191 the CoreFoundation framework. */
192 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
194 /* Define to 1 if you have the `chown' function. */
195 #undef HAVE_CHOWN
197 /* Define to 1 if you have the <ctype.h> header file. */
198 #undef HAVE_CTYPE_H
200 /* Define if the GNU dcgettext() function is already present or preinstalled.
202 #undef HAVE_DCGETTEXT
204 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
206 #undef HAVE_DIRENT_H
208 /* Define to 1 if you have the <dlfcn.h> header file. */
209 #undef HAVE_DLFCN_H
211 /* Define to 1 if you have the <errno.h> header file. */
212 #undef HAVE_ERRNO_H
214 /* Define to 1 if you have the <fcntl.h> header file. */
215 #undef HAVE_FCNTL_H
217 /* Define to 1 if you have the `fork' function. */
218 #undef HAVE_FORK
220 /* Define to 1 if you have the `fsync' function. */
221 #undef HAVE_FSYNC
223 /* Define to 1 if you have the `getpwnam' function. */
224 #undef HAVE_GETPWNAM
226 /* Define to 1 if you have the `getpwuid' function. */
227 #undef HAVE_GETPWUID
229 /* Define if the GNU gettext() function is already present or preinstalled. */
230 #undef HAVE_GETTEXT
232 /* Define to 1 if you have the `gettimeofday' function. */
233 #undef HAVE_GETTIMEOFDAY
235 /* Define to 1 if you have the `getuid' function. */
236 #undef HAVE_GETUID
238 /* Define if you have the iconv() function. */
239 #undef HAVE_ICONV
241 /* Define to 1 if you have the <inttypes.h> header file. */
242 #undef HAVE_INTTYPES_H
244 /* Define to 1 if you have the <langinfo.h> header file. */
245 #undef HAVE_LANGINFO_H
247 /* Define to 1 if you have the <limits.h> header file. */
248 #undef HAVE_LIMITS_H
250 /* Define to 1 if you have the `listen' function. */
251 #undef HAVE_LISTEN
253 /* Define to 1 if you have the <locale.h> header file. */
254 #undef HAVE_LOCALE_H
256 /* Define to 1 if you have the `mbstowcs' function. */
257 #undef HAVE_MBSTOWCS
259 /* Define to 1 if you have the `memcpy' function. */
260 #undef HAVE_MEMCPY
262 /* Define to 1 if you have the <memory.h> header file. */
263 #undef HAVE_MEMORY_H
265 /* Define if system supports subsecond, non-alarm sleep */
266 #undef HAVE_NANOSLEEP
268 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
269 #undef HAVE_NDIR_H
271 /* Define to 1 if you have the <netdb.h> header file. */
272 #undef HAVE_NETDB_H
274 /* Define to 1 if you have the `pclose' function. */
275 #undef HAVE_PCLOSE
277 /* Define to 1 if you have the `poll' function. */
278 #undef HAVE_POLL
280 /* Define to 1 if you have the `popen' function. */
281 #undef HAVE_POPEN
283 /* System has pthread support */
284 #undef HAVE_PTHREAD
286 /* Define to 1 if you have the <pthread.h> header file. */
287 #undef HAVE_PTHREAD_H
289 /* Define to 1 if you have the `putenv' function. */
290 #undef HAVE_PUTENV
292 /* Define to 1 if you have the <pwd.h> header file. */
293 #undef HAVE_PWD_H
295 /* Define to 1 if you have the `qsort' function. */
296 #undef HAVE_QSORT
298 /* Define to 1 if you have the `read' function. */
299 #undef HAVE_READ
301 /* Regular expression header file exists */
302 #undef HAVE_REGEX_H
304 /* Define to 1 if you have the `rename' function. */
305 #undef HAVE_RENAME
307 /* Define to 1 if you have the `select' function. */
308 #undef HAVE_SELECT
310 /* Define to 1 if you have the `setenv' function. */
311 #undef HAVE_SETENV
313 /* Define to 1 if you have the `setjmp' function. */
314 #undef HAVE_SETJMP
316 /* Define to 1 if you have the <setjmp.h> header file. */
317 #undef HAVE_SETJMP_H
319 /* Define to 1 if you have the `sigaction' function. */
320 #undef HAVE_SIGACTION
322 /* Define to 1 if you have the `sigaddset' function. */
323 #undef HAVE_SIGADDSET
325 /* Define to 1 if you have the `sigemptyset' function. */
326 #undef HAVE_SIGEMPTYSET
328 /* Define to 1 if you have the `signal' function. */
329 #undef HAVE_SIGNAL
331 /* Define to 1 if you have the <signal.h> header file. */
332 #undef HAVE_SIGNAL_H
334 /* Define to 1 if you have the `sigprocmask' function. */
335 #undef HAVE_SIGPROCMASK
337 /* Define to 1 if you have the `sigrelse' function. */
338 #undef HAVE_SIGRELSE
340 /* Define to 1 if you have the `sigset' function. */
341 #undef HAVE_SIGSET
343 /* Define to 1 if you have the `srandom' function. */
344 #undef HAVE_SRANDOM
346 /* Define to 1 if you have the <stdint.h> header file. */
347 #undef HAVE_STDINT_H
349 /* Define to 1 if you have the <stdlib.h> header file. */
350 #undef HAVE_STDLIB_H
352 /* Define to 1 if you have the `strchr' function. */
353 #undef HAVE_STRCHR
355 /* Define to 1 if you have the `strcoll' function and it is properly defined.
357 #undef HAVE_STRCOLL
359 /* Define to 1 if you have the <strings.h> header file. */
360 #undef HAVE_STRINGS_H
362 /* Define to 1 if you have the <string.h> header file. */
363 #undef HAVE_STRING_H
365 /* Define to 1 if you have the <stropts.h> header file. */
366 #undef HAVE_STROPTS_H
368 /* Define to 1 if you have the `strtol' function. */
369 #undef HAVE_STRTOL
371 /* Define to 1 if you have the `strtoul' function. */
372 #undef HAVE_STRTOUL
374 /* Define if system supplies syslog() logging */
375 #undef HAVE_SYSLOG
377 /* Define to 1 if you have the <syslog.h> header file. */
378 #undef HAVE_SYSLOG_H
380 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
382 #undef HAVE_SYS_DIR_H
384 /* Define to 1 if you have the <sys/ioctl.h> header file. */
385 #undef HAVE_SYS_IOCTL_H
387 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
389 #undef HAVE_SYS_NDIR_H
391 /* Define to 1 if you have the <sys/param.h> header file. */
392 #undef HAVE_SYS_PARAM_H
394 /* Define to 1 if you have the <sys/poll.h> header file. */
395 #undef HAVE_SYS_POLL_H
397 /* Define to 1 if you have the <sys/select.h> header file. */
398 #undef HAVE_SYS_SELECT_H
400 /* Define to 1 if you have the <sys/socket.h> header file. */
401 #undef HAVE_SYS_SOCKET_H
403 /* Define to 1 if you have the <sys/stat.h> header file. */
404 #undef HAVE_SYS_STAT_H
406 /* Define to 1 if you have the <sys/syslog.h> header file. */
407 #undef HAVE_SYS_SYSLOG_H
409 /* Define to 1 if you have the <sys/types.h> header file. */
410 #undef HAVE_SYS_TYPES_H
412 /* Define to 1 if you have the <sys/uio.h> header file. */
413 #undef HAVE_SYS_UIO_H
415 /* Define to 1 if you have the <sys/un.h> header file. */
416 #undef HAVE_SYS_UN_H
418 /* Define to 1 if you have the <sys/utime.h> header file. */
419 #undef HAVE_SYS_UTIME_H
421 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
422 #undef HAVE_SYS_WAIT_H
424 /* Define to 1 if you have the `tmpfile' function. */
425 #undef HAVE_TMPFILE
427 /* Define to 1 if you have the `truncate' function. */
428 #undef HAVE_TRUNCATE
430 /* Define to 1 if you have the `uname' function. */
431 #undef HAVE_UNAME
433 /* Define to 1 if the system has the type `union wait'. */
434 #undef HAVE_UNION_WAIT
436 /* Define to 1 if you have the <unistd.h> header file. */
437 #undef HAVE_UNISTD_H
439 /* Define to 1 if you have the <utime.h> header file. */
440 #undef HAVE_UTIME_H
442 /* Define to 1 if you have the `vfork' function. */
443 #undef HAVE_VFORK
445 /* Define to 1 if you have the <vfork.h> header file. */
446 #undef HAVE_VFORK_H
448 /* Define to 1 if you have the `wait' function. */
449 #undef HAVE_WAIT
451 /* Define to 1 if you have the `wait4' function. */
452 #undef HAVE_WAIT4
454 /* Define to 1 if you have the `waitpid' function. */
455 #undef HAVE_WAITPID
457 /* Define to 1 if you have the <wchar.h> header file. */
458 #undef HAVE_WCHAR_H
460 /* Define to 1 if you have the `wcrtomb' function. */
461 #undef HAVE_WCRTOMB
463 /* Define to 1 if you have the `wcwidth' function. */
464 #undef HAVE_WCWIDTH
466 /* Define to 1 if `fork' works. */
467 #undef HAVE_WORKING_FORK
469 /* Define to 1 if `vfork' works. */
470 #undef HAVE_WORKING_VFORK
472 /* Default configuration value */
473 #undef INBOX_NAME
475 /* Default configuration value */
476 #undef INTERRUPTED_MAIL
478 /* Enable keyboard lock support */
479 #undef KEYBOARD_LOCK
481 /* Define to the sub-directory where libtool stores uninstalled libraries. */
482 #undef LT_OBJDIR
484 /* Path to local inboxes for pico newmail check */
485 #undef MAILDIR
487 /* Default configuration value */
488 #undef MAX_FILLCOL
490 /* Default configuration value */
491 #undef MAX_SCREEN_COLS
493 /* Default configuration value */
494 #undef MAX_SCREEN_ROWS
496 /* File mode used to set readonly access */
497 #undef MODE_READONLY
499 /* Compile in mouse support */
500 #undef MOUSE
502 /* Disallow users changing their From address */
503 #undef NEVER_ALLOW_CHANGING_FROM
505 /* Default configuration value */
506 #undef NUMDEBUGFILES
508 /* OSX TARGET */
509 #undef OSX_TARGET
511 /* Name of package */
512 #undef PACKAGE
514 /* Define to the address where bug reports for this package should be sent. */
515 #undef PACKAGE_BUGREPORT
517 /* Define to the full name of this package. */
518 #undef PACKAGE_NAME
520 /* Define to the full name and version of this package. */
521 #undef PACKAGE_STRING
523 /* Define to the one symbol short name of this package. */
524 #undef PACKAGE_TARNAME
526 /* Define to the home page for this package. */
527 #undef PACKAGE_URL
529 /* Define to the version of this package. */
530 #undef PACKAGE_VERSION
532 /* Password cache file (recommended if S/MIME is enabled and configured) */
533 #undef PASSFILE
535 /* Program users use to change their password */
536 #undef PASSWD_PROG
538 /* Define if system supports POSIX signal interface */
539 #undef POSIX_SIGNALS
541 /* Default configuration value */
542 #undef POSTPONED_MAIL
544 /* Default configuration value */
545 #undef POSTPONED_MSGS
547 /* ps command which outputs list of running commands */
548 #undef PSEFCMD
550 /* Define to necessary symbol if this constant uses a non-standard name on
551 your system. */
552 #undef PTHREAD_CREATE_JOINABLE
554 /* Include support for UW Pubcookie Web Authentication */
555 #undef PUBCOOKIE
557 /* Define as the return type of signal handlers (`int' or `void'). */
558 #undef RETSIGTYPE
560 /* Define to the type of arg 1 for `select'. */
561 #undef SELECT_TYPE_ARG1
563 /* Define to the type of args 2, 3 and 4 for `select'. */
564 #undef SELECT_TYPE_ARG234
566 /* Define to the type of arg 5 for `select'. */
567 #undef SELECT_TYPE_ARG5
569 /* Local mail submission agent */
570 #undef SENDMAIL
572 /* Local MSA flags for SMTP on stdin/stdout */
573 #undef SENDMAILFLAGS
575 /* Posting agent to use when no nntp-servers defined */
576 #undef SENDNEWS
578 /* The size of `unsigned int', as computed by sizeof. */
579 #undef SIZEOF_UNSIGNED_INT
581 /* The size of `unsigned long', as computed by sizeof. */
582 #undef SIZEOF_UNSIGNED_LONG
584 /* The size of `unsigned short', as computed by sizeof. */
585 #undef SIZEOF_UNSIGNED_SHORT
587 /* Enable S/MIME code */
588 #undef SMIME
590 /* Directory where S/MIME CACerts are located */
591 #undef SMIME_SSLCERTS
593 /* Simple spell checker: reads stdin, emits misspellings on stdout */
594 #undef SPELLER
596 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
597 #undef STAT_MACROS_BROKEN
599 /* Define to 1 if you have the ANSI C header files. */
600 #undef STDC_HEADERS
602 /* System pinerc */
603 #undef SYSTEM_PINERC
605 /* System fixed pinerc */
606 #undef SYSTEM_PINERC_FIXED
608 /* Local Support Info File */
609 #undef SYSTEM_PINE_INFO_PATH
611 /* Pine-Centric Host Specifier */
612 #undef SYSTYPE
614 /* Define if system supports SYSV signal interface */
615 #undef SYSV_SIGNALS
617 /* File name separator as string constant */
618 #undef S_FILESEP
620 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
621 #undef TIME_WITH_SYS_TIME
623 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
624 #undef TM_IN_SYS_TIME
626 /* Default configuration value */
627 #undef TRASH_FOLDER
629 /* System defined unsigned 16 bit integer */
630 #undef UINT16
632 /* System defined unsigned 32 bit integer */
633 #undef UINT32
635 /* Compile in quota check on startup */
636 #undef USE_QUOTAS
638 /* Version number of package */
639 #undef VERSION
641 /* Windows is just too different */
642 #undef _WINDOWS
644 /* Enable extended pthread features on Solaris */
645 #undef __EXTENSIONS__
647 /* Define to `int' if <sys/types.h> doesn't define. */
648 #undef gid_t
650 /* Define to `int' if <sys/types.h> does not define. */
651 #undef mode_t
653 /* Define to `int' if <sys/types.h> does not define. */
654 #undef pid_t
656 /* qsort compare function argument type */
657 #undef qsort_t
659 /* Define to `unsigned int' if <sys/types.h> does not define. */
660 #undef size_t
662 /* Define to `int' if <sys/types.h> doesn't define. */
663 #undef uid_t
665 /* Define as `fork' if `vfork' does not work. */
666 #undef vfork