]> Pileus Git - ~andy/fetchmail/blob - acconfig.h
Ready to ship 6-2-0.
[~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    Leave the following blank line there!!  Autoheader needs it.  */
10 \f
11
12 /* Define to 1 if NLS is requested.  */
13 #undef ENABLE_NLS
14
15 /* Define if you have atexit */
16 #undef HAVE_ATEXIT
17
18 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
19 #undef HAVE_CATGETS
20
21 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
22 #undef HAVE_GETTEXT
23
24 /* Define if you have MIT kerberos */
25 #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE
26
27 /* Define if you have herror available in your bind library */
28 #undef HAVE_HERROR
29
30 /* Define if your locale.h file contains LC_MESSAGES.  */
31 #undef HAVE_LC_MESSAGES
32
33 /* Define if you have md5 in libc.  */
34 #undef HAVE_MD5
35
36 /* Define if you have the memmove function.  */
37 #undef HAVE_MEMMOVE
38
39 /* Define if you have on_exit */
40 #undef HAVE_ON_EXIT
41
42 /* Define if you have res_search available in your bind library */
43 #undef HAVE_RES_SEARCH
44
45 /* Define if you have setrlimit */
46 #undef HAVE_SETRLIMIT
47
48 /* Define if you want built-in SOCKS support */
49 #undef HAVE_SOCKS
50
51 /* Define as 1 if you have the stpcpy function.  */
52 #undef HAVE_STPCPY
53
54 /* Define if you have the strcasecmp function.  */
55 #undef HAVE_STRCASECMP
56
57 /* Define if you have strstr */
58 #undef HAVE_STRSTR
59
60 /* Define if `union wait' is the type of the first arg to wait functions.  */
61 #undef HAVE_UNION_WAIT
62
63 /* Define if your C compiler allows void * as a function result */
64 #undef HAVE_VOIDPOINTER
65
66 /* Define if your C compiler allows ANSI volatile */
67 #undef HAVE_VOLATILE
68
69 /* Define if you have vsyslog */
70 #undef HAVE_VSYSLOG
71
72 /* Define to the name of the distribution.  */
73 #undef PACKAGE
74
75 /* Compute an appropriate directory for PID lock files */
76 #undef PID_DIR
77
78 /* Define to help us deduce a 32-bit type (required for Kerberos) */
79 #undef SIZEOF_INT
80 #undef SIZEOF_SHORT
81 #undef SIZEOF_LONG
82
83 /* Define if you want POP3 support compiled in */
84 #undef POP3_ENABLE
85
86 /* Define if you want POP2 support compiled in */
87 #undef POP2_ENABLE
88
89 /* Define if you want IMAP support compiled in */
90 #undef IMAP_ENABLE
91
92 /* Define if you want ETRN support compiled in */
93 #undef ETRN_ENABLE
94
95 /* Define if you want ODMR support compiled in */
96 #undef ODMR_ENABLE
97
98 /* Define if you want RPA support compiled in */
99 #undef RPA_ENABLE
100
101 /* Define if you want NTLM authentication */
102 #undef NTLM_ENABLE
103
104 /* Define if you want SDPS support compiled in */
105 #undef SDPS_ENABLE
106
107 /* Define if you want SSL support compiled in */
108 #undef SSL_ENABLE
109
110 /* Define if you want OPIE support compiled in */
111 #undef OPIE_ENABLE
112
113 /* Define if you want IPv6 support compiled in */
114 #undef INET6_ENABLE
115
116 /* Define if you want network security support compiled in */
117 #undef NET_SECURITY
118
119 /* Define if you want GSSAPI authentication */
120 #undef GSSAPI
121
122 /* Define if you have Kerberos V4 */
123 #undef KERBEROS_V4
124
125 /* Define if you have Kerberos V5 */
126 #undef KERBEROS_V5
127
128 /* Define if you have HEIMDAL kerberos 5 */
129 #undef HEIMDAL
130
131 /* Define to the version of the distribution.  */
132 #undef VERSION
133
134 /* Define if you have a fallback MDA installed */
135 #undef FALLBACK_MDA
136
137 /* Define if `sys_siglist' is declared by <signal.h>.  */
138 #undef SYS_SIGLIST_DECLARED
139
140 \f
141 /* Leave that blank line there!!  Autoheader needs it.
142    If you're adding to this file, keep in mind:
143    The entries are in sort -df order: alphabetical, case insensitive,
144    ignoring punctuation (such as underscores).  */
145