]> Pileus Git - ~andy/fetchmail/blob - acconfig.h
Try to fix the build code.
[~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 to help us deduce a 32-bit type (required for Kerberos) */
45 #undef SIZEOF_INT
46 #undef SIZEOF_SHORT
47 #undef SIZEOF_LONG
48
49 /* Define if you want POP2 support compiled in */
50 #undef POP2_ENABLE
51
52 \f
53 /* Leave that blank line there!!  Autoheader needs it.
54    If you're adding to this file, keep in mind:
55    The entries are in sort -df order: alphabetical, case insensitive,
56    ignoring punctuation (such as underscores).  */