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