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