]> Pileus Git - ~andy/fetchmail/blob - acconfig.h
e7f225a6df02560db5c71589c646afa5ff17db2d
[~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 GNU's getopt family of functions.  */
33 #undef HAVE_GETOPTLONG
34
35 /* Define if you have strstr */
36 #undef HAVE_STRSTR
37
38 /* Define if you have vsyslog */
39 #undef HAVE_VSYSLOG
40
41 /* Define if you have atexit */
42 #undef HAVE_ATEXIT
43
44 /* Define if you have on_exit */
45 #undef HAVE_ON_EXIT
46
47 /* Compute an appropriate directory for PID lock files */
48 #undef PID_DIR
49
50 /* Define to help us deduce a 32-bit type (required for Kerberos) */
51 #undef SIZEOF_INT
52 #undef SIZEOF_SHORT
53 #undef SIZEOF_LONG
54
55 /* Define if you want POP2 support compiled in */
56 #undef POP2_ENABLE
57
58 /* Define if you want OPIE support compiled in */
59 #undef OPIE_ENABLE
60
61 \f
62 /* Leave that blank line there!!  Autoheader needs it.
63    If you're adding to this file, keep in mind:
64    The entries are in sort -df order: alphabetical, case insensitive,
65    ignoring punctuation (such as underscores).  */