]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - config.h.in
[svn-inject] Installing original source of spamass-milter
[deb_pkgs/spamass-milter.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to 1 if you have the `asprintf' function. */
4 #undef HAVE_ASPRINTF
5
6 /* Define to 1 if you have the `daemon' function. */
7 #undef HAVE_DAEMON
8
9 /* Define to 1 if you have the declaration of `daemon', and to 0 if you don't.
10    */
11 #undef HAVE_DECL_DAEMON
12
13 /* Define to 1 if you have the declaration of `strsep', and to 0 if you don't.
14    */
15 #undef HAVE_DECL_STRSEP
16
17 /* Define to 1 if you have the <dmalloc.h> header file. */
18 #undef HAVE_DMALLOC_H
19
20 /* define if the compiler supports exceptions */
21 #undef HAVE_EXCEPTIONS
22
23 /* Define to 1 if you have the <fcntl.h> header file. */
24 #undef HAVE_FCNTL_H
25
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #undef HAVE_INTTYPES_H
28
29 /* Define to 1 if you have the `dmallocthcxx' library (-ldmallocthcxx). */
30 #undef HAVE_LIBDMALLOCTHCXX
31
32 /* Define to 1 if you have the `milter' library (-lmilter). */
33 #undef HAVE_LIBMILTER
34
35 /* Define to 1 if you have the <libmilter/mfapi.h> header file. */
36 #undef HAVE_LIBMILTER_MFAPI_H
37
38 /* Define to 1 if you have the <memory.h> header file. */
39 #undef HAVE_MEMORY_H
40
41 /* define if the compiler implements namespaces */
42 #undef HAVE_NAMESPACES
43
44 /* Define to 1 if you have the <poll.h> header file. */
45 #undef HAVE_POLL_H
46
47 /* Define if you have POSIX threads libraries and header files. */
48 #undef HAVE_PTHREAD
49
50 /* Define to 1 if you have the `snprintf' function. */
51 #undef HAVE_SNPRINTF
52
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #undef HAVE_STDINT_H
55
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #undef HAVE_STDLIB_H
58
59 /* Define to 1 if you have the <strings.h> header file. */
60 #undef HAVE_STRINGS_H
61
62 /* Define to 1 if you have the <string.h> header file. */
63 #undef HAVE_STRING_H
64
65 /* Define to 1 if you have the `strsep' function. */
66 #undef HAVE_STRSEP
67
68 /* Define to 1 if you have the <syslog.h> header file. */
69 #undef HAVE_SYSLOG_H
70
71 /* Define to 1 if you have the <sys/cdefs.h> header file. */
72 #undef HAVE_SYS_CDEFS_H
73
74 /* Define to 1 if you have the <sys/select.h> header file. */
75 #undef HAVE_SYS_SELECT_H
76
77 /* Define to 1 if you have the <sys/stat.h> header file. */
78 #undef HAVE_SYS_STAT_H
79
80 /* Define to 1 if you have the <sys/types.h> header file. */
81 #undef HAVE_SYS_TYPES_H
82
83 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
84 #undef HAVE_SYS_WAIT_H
85
86 /* Define to 1 if you have the <unistd.h> header file. */
87 #undef HAVE_UNISTD_H
88
89 /* Define to 1 if you have the `vasprintf' function. */
90 #undef HAVE_VASPRINTF
91
92 /* define if the compiler has __gnu_cxx::__verbose_terminate_handler */
93 #undef HAVE_VERBOSE_TERMINATE_HANDLER
94
95 /* Define to 1 if you have the `vsnprintf' function. */
96 #undef HAVE_VSNPRINTF
97
98 /* Define to 1 if you have the `vsyslog' function. */
99 #undef HAVE_VSYSLOG
100
101 /* Name of package */
102 #undef PACKAGE
103
104 /* Define to the address where bug reports for this package should be sent. */
105 #undef PACKAGE_BUGREPORT
106
107 /* Define to the full name of this package. */
108 #undef PACKAGE_NAME
109
110 /* Define to the full name and version of this package. */
111 #undef PACKAGE_STRING
112
113 /* Define to the one symbol short name of this package. */
114 #undef PACKAGE_TARNAME
115
116 /* Define to the version of this package. */
117 #undef PACKAGE_VERSION
118
119 /* Define to the necessary symbol if this constant uses a non-standard name on
120    your system. */
121 #undef PTHREAD_CREATE_JOINABLE
122
123 /* Path to sendmail */
124 #undef SENDMAIL
125
126 /* Path to spamc */
127 #undef SPAMC
128
129 /* Define to 1 if you have the ANSI C header files. */
130 #undef STDC_HEADERS
131
132 /* Version number of package */
133 #undef VERSION
134
135 /* Define if using the dmalloc debugging malloc package */
136 #undef WITH_DMALLOC
137
138 /* Define to empty if `const' does not conform to ANSI C. */
139 #undef const
140
141 /* Define to `int' if <sys/types.h> does not define. */
142 #undef pid_t
143
144 /* Define to `unsigned' if <sys/types.h> does not define. */
145 #undef size_t