]> Pileus Git - ~andy/fetchmail/blob - acconfig.h
Improved security.
[~andy/fetchmail] / acconfig.h
1 /* acconfig.h
2    This file is in the public domain.
3
4    Descriptive text for the C preprocessor macros that
5    the distributed Autoconf macros can define.
6    No software package will use all of them; autoheader copies the ones
7    your configure.in uses into your configuration header file templates.
8
9    The entries are in sort -df order: alphabetical, case insensitive,
10    ignoring punctuation (such as underscores).  Although this order
11    can split up related entries, it makes it easier to check whether
12    a given entry is in the file.
13
14    Leave the following blank line there!!  Autoheader needs it.  */
15 \f
16
17 /* Define if you have res_search available in your bind library */
18 #undef HAVE_RES_SEARCH
19
20 /* Define if you have herror available in your bind library */
21 #undef HAVE_HERROR
22
23 /* Define if your C compiler allows void * as a function result */
24 #undef HAVE_VOIDPOINTER
25
26 /* Define if `union wait' is the type of the first arg to wait functions.  */
27 #undef HAVE_UNION_WAIT
28
29 /* Define if you have the strcasecmp function.  */
30 #undef HAVE_STRCASECMP
31
32 /* Define if you have the memmove function.  */
33 #undef HAVE_MEMMOVE
34
35 /* Define if you have GNU's getopt family of functions.  */
36 #undef HAVE_GETOPTLONG
37
38 /* Define if you have strstr */
39 #undef HAVE_STRSTR
40
41 /* Define if you have vsyslog */
42 #undef HAVE_VSYSLOG
43
44 /* Define if you have atexit */
45 #undef HAVE_ATEXIT
46
47 /* Define if you have on_exit */
48 #undef HAVE_ON_EXIT
49
50 /* Define if you have setrlimit */
51 #undef HAVE_SETRLIMIT
52
53 /* Compute an appropriate directory for PID lock files */
54 #undef PID_DIR
55
56 /* Define to help us deduce a 32-bit type (required for Kerberos) */
57 #undef SIZEOF_INT
58 #undef SIZEOF_SHORT
59 #undef SIZEOF_LONG
60
61 /* Define if you want POP2 support compiled in */
62 #undef POP2_ENABLE
63
64 /* Define if you want POP3 support compiled in */
65 #undef POP3_ENABLE
66
67 /* Define if you want IMAP support compiled in */
68 #undef IMAP_ENABLE
69
70 /* Define if you want ETRN support compiled in */
71 #undef ETRN_ENABLE
72
73 /* Define if you want RPA support compiled in */
74 #undef RPA_ENABLE
75
76 /* Define if you want OPIE support compiled in */
77 #undef OPIE
78
79 /* Define if you want IPv6 support compiled in */
80 #undef INET6
81
82 /* Define if you want network security support compiled in */
83 #undef NET_SECURITY
84
85 /* Define if you want GSSAPI authentication */
86 #undef GSSAPI
87 \f
88 /* Leave that blank line there!!  Autoheader needs it.
89    If you're adding to this file, keep in mind:
90    The entries are in sort -df order: alphabetical, case insensitive,
91    ignoring punctuation (such as underscores).  */
92