~ubuntu-branches/ubuntu/hoary/clamav/hoary-backports

1 by Stephen Gran
Import upstream version 0.73
1
/* clamav-config.h.in.  Generated from configure.in by autoheader.  */
2
1.1.1 by Stephen Gran
Import upstream version 0.87
3
/* enable bind8 compatibility */
4
#undef BIND_8_COMPAT
5
1 by Stephen Gran
Import upstream version 0.73
6
/* Define if your snprintf is busted */
7
#undef BROKEN_SNPRINTF
8
9
/* "build clamd" */
10
#undef BUILD_CLAMD
11
12
/* name of the clamav group */
13
#undef CLAMAVGROUP
14
15
/* name of the clamav user */
16
#undef CLAMAVUSER
17
18
/* enable clamuko */
19
#undef CLAMUKO
20
21
/* enable debugging */
22
#undef CL_DEBUG
23
24
/* thread safe */
25
#undef CL_THREAD_SAFE
26
27
/* where to look for the config file */
28
#undef CONFDIR
29
30
/* os is aix */
31
#undef C_AIX
32
33
/* os is beos */
34
#undef C_BEOS
35
36
/* Increase thread stack size. */
37
#undef C_BIGSTACK
38
39
/* os is bsd flavor */
40
#undef C_BSD
41
42
/* os is cygwin */
43
#undef C_CYGWIN
44
45
/* os is darwin */
46
#undef C_DARWIN
47
48
/* os is hpux */
49
#undef C_HPUX
50
1.1.1 by Stephen Gran
Import upstream version 0.87
51
/* os is interix */
52
#undef C_INTERIX
53
1 by Stephen Gran
Import upstream version 0.73
54
/* os is irix */
55
#undef C_IRIX
56
2.1.1 by Stephen Gran
* New upstream version
57
/* target is kfreebsd-gnu */
58
#undef C_KFREEBSD_GNU
59
1 by Stephen Gran
Import upstream version 0.73
60
/* target is linux */
61
#undef C_LINUX
62
1.1.1 by Stephen Gran
Import upstream version 0.87
63
/* os is OS/2 */
64
#undef C_OS2
65
66
/* os is QNX 6.x.x */
67
#undef C_QNX6
68
1 by Stephen Gran
Import upstream version 0.73
69
/* os is solaris */
70
#undef C_SOLARIS
71
72
/* Path to virus database directory. */
73
#undef DATADIR
74
75
/* Name of the main database */
76
#undef DB1NAME
77
78
/* Name of the daily database */
79
#undef DB2NAME
80
81
/* "default FD_SETSIZE value" */
82
#undef DEFAULT_FD_SETSIZE
83
84
/* file i/o buffer size */
85
#undef FILEBUFF
86
1.1.1 by Stephen Gran
Import upstream version 0.87
87
/* access rights in msghdr */
88
#undef HAVE_ACCRIGHTS_IN_MSGHDR
89
1 by Stephen Gran
Import upstream version 0.73
90
/* "attrib packed" */
91
#undef HAVE_ATTRIB_PACKED
92
93
/* have bzip2 */
94
#undef HAVE_BZLIB_H
95
1.1.1 by Stephen Gran
Import upstream version 0.87
96
/* ancillary data style fd pass */
97
#undef HAVE_CONTROL_IN_MSGHDR
98
99
/* Define to 1 if you have the `ctime_r' function. */
100
#undef HAVE_CTIME_R
101
102
/* ctime_r takes 2 arguments */
103
#undef HAVE_CTIME_R_2
104
105
/* ctime_r takes 3 arguments */
106
#undef HAVE_CTIME_R_3
107
1 by Stephen Gran
Import upstream version 0.73
108
/* Define to 1 if you have the <dlfcn.h> header file. */
109
#undef HAVE_DLFCN_H
110
111
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
112
#undef HAVE_FSEEKO
113
1.1.1 by Stephen Gran
Import upstream version 0.87
114
/* gethostbyname_r takes 3 arguments */
115
#undef HAVE_GETHOSTBYNAME_R_3
116
117
/* gethostbyname_r takes 5 arguments */
118
#undef HAVE_GETHOSTBYNAME_R_5
119
120
/* gethostbyname_r takes 6 arguments */
121
#undef HAVE_GETHOSTBYNAME_R_6
122
1 by Stephen Gran
Import upstream version 0.73
123
/* Define to 1 if you have the `getpagesize' function. */
124
#undef HAVE_GETPAGESIZE
125
126
/* have gmp installed */
127
#undef HAVE_GMP
128
129
/* Define to 1 if you have the `inet_ntop' function. */
130
#undef HAVE_INET_NTOP
131
132
/* Define to 1 if you have the `initgroups' function. */
133
#undef HAVE_INITGROUPS
134
135
/* Define to 1 if you have the <inttypes.h> header file. */
136
#undef HAVE_INTTYPES_H
137
1.1.1 by Stephen Gran
Import upstream version 0.87
138
/* in_addr_t is defined */
139
#undef HAVE_IN_ADDR_T
140
1 by Stephen Gran
Import upstream version 0.73
141
/* in_port_t is defined */
142
#undef HAVE_IN_PORT_T
143
1.1.1 by Stephen Gran
Import upstream version 0.87
144
/* Define to 1 if you have the <libmilter/mfapi.h> header file. */
145
#undef HAVE_LIBMILTER_MFAPI_H
146
1 by Stephen Gran
Import upstream version 0.73
147
/* Define to 1 if you have the <limits.h> header file. */
148
#undef HAVE_LIMITS_H
149
150
/* Define to 1 if you have the <malloc.h> header file. */
151
#undef HAVE_MALLOC_H
152
153
/* Define to 1 if you have the `memcpy' function. */
154
#undef HAVE_MEMCPY
155
156
/* Define to 1 if you have the <memory.h> header file. */
157
#undef HAVE_MEMORY_H
158
159
/* Define to 1 if you have a working `mmap' system call. */
160
#undef HAVE_MMAP
161
162
/* Define to 1 if you have the <ndir.h> header file. */
163
#undef HAVE_NDIR_H
164
165
/* Define to 1 if you have the `poll' function. */
166
#undef HAVE_POLL
167
168
/* Define to 1 if you have the <poll.h> header file. */
169
#undef HAVE_POLL_H
170
171
/* "pragma pack" */
172
#undef HAVE_PRAGMA_PACK
173
1.1.1 by Stephen Gran
Import upstream version 0.87
174
/* readdir_r takes 2 arguments */
175
#undef HAVE_READDIR_R_2
176
177
/* readdir_r takes 3 arguments */
178
#undef HAVE_READDIR_R_3
179
180
/* Define to 1 if you have the `recvmsg' function. */
181
#undef HAVE_RECVMSG
182
1 by Stephen Gran
Import upstream version 0.73
183
/* Define to 1 if you have the <regex.h> header file. */
184
#undef HAVE_REGEX_H
185
1.1.1 by Stephen Gran
Import upstream version 0.87
186
/* have resolv.h */
187
#undef HAVE_RESOLV_H
188
189
/* Define to 1 if you have the `sendmsg' function. */
190
#undef HAVE_SENDMSG
191
1 by Stephen Gran
Import upstream version 0.73
192
/* Define to 1 if you have the `setgroups' function. */
193
#undef HAVE_SETGROUPS
194
195
/* Define to 1 if you have the `setsid' function. */
196
#undef HAVE_SETSID
197
198
/* Define to 1 if you have the `snprintf' function. */
199
#undef HAVE_SNPRINTF
200
201
/* Define to 1 if you have the <stdint.h> header file. */
202
#undef HAVE_STDINT_H
203
204
/* Define to 1 if you have the <stdlib.h> header file. */
205
#undef HAVE_STDLIB_H
206
207
/* Define to 1 if you have the `strerror_r' function. */
208
#undef HAVE_STRERROR_R
209
210
/* Define to 1 if you have the <strings.h> header file. */
211
#undef HAVE_STRINGS_H
212
213
/* Define to 1 if you have the <string.h> header file. */
214
#undef HAVE_STRING_H
215
216
/* Define to 1 if you have the `strlcat' function. */
217
#undef HAVE_STRLCAT
218
219
/* Define to 1 if you have the `strlcpy' function. */
220
#undef HAVE_STRLCPY
221
1.1.1 by Stephen Gran
Import upstream version 0.87
222
/* Define to 1 if you have the <sys/filio.h> header file. */
223
#undef HAVE_SYS_FILIO_H
224
1 by Stephen Gran
Import upstream version 0.73
225
/* Define to 1 if you have the <sys/inttypes.h> header file. */
226
#undef HAVE_SYS_INTTYPES_H
227
228
/* Define to 1 if you have the <sys/int_types.h> header file. */
229
#undef HAVE_SYS_INT_TYPES_H
230
231
/* Define to 1 if you have the <sys/mman.h> header file. */
232
#undef HAVE_SYS_MMAN_H
233
234
/* Define to 1 if you have the <sys/param.h> header file. */
235
#undef HAVE_SYS_PARAM_H
236
237
/* "have <sys/select.h>" */
238
#undef HAVE_SYS_SELECT_H
239
240
/* Define to 1 if you have the <sys/stat.h> header file. */
241
#undef HAVE_SYS_STAT_H
242
243
/* Define to 1 if you have the <sys/types.h> header file. */
244
#undef HAVE_SYS_TYPES_H
245
1.1.1 by Stephen Gran
Import upstream version 0.87
246
/* Define to 1 if you have the <sys/uio.h> header file. */
247
#undef HAVE_SYS_UIO_H
248
1 by Stephen Gran
Import upstream version 0.73
249
/* Define to 1 if you have the <tcpd.h> header file. */
250
#undef HAVE_TCPD_H
251
252
/* Define to 1 if you have the <unistd.h> header file. */
253
#undef HAVE_UNISTD_H
254
255
/* Define to 1 if you have the `vsnprintf' function. */
256
#undef HAVE_VSNPRINTF
257
258
/* zlib installed */
259
#undef HAVE_ZLIB_H
260
1.1.1 by Stephen Gran
Import upstream version 0.87
261
/* Early Linux doesn't set cmsg fields */
262
#undef INCOMPLETE_CMSG
263
1 by Stephen Gran
Import upstream version 0.73
264
/* bzip funtions do not have bz2 prefix */
265
#undef NOBZ2PREFIX
266
267
/* "no fd_set" */
268
#undef NO_FD_SET
269
270
/* Name of package */
271
#undef PACKAGE
272
273
/* Define to the address where bug reports for this package should be sent. */
274
#undef PACKAGE_BUGREPORT
275
276
/* Define to the full name of this package. */
277
#undef PACKAGE_NAME
278
279
/* Define to the full name and version of this package. */
280
#undef PACKAGE_STRING
281
282
/* Define to the one symbol short name of this package. */
283
#undef PACKAGE_TARNAME
284
285
/* Define to the version of this package. */
286
#undef PACKAGE_VERSION
287
288
/* scan buffer size */
289
#undef SCANBUFF
290
1.1.1 by Stephen Gran
Import upstream version 0.87
291
/* location of Sendmail binary */
292
#undef SENDMAIL_BIN
293
294
/* major version of Sendmail */
295
#undef SENDMAIL_VERSION_A
296
297
/* minor version of Sendmail */
298
#undef SENDMAIL_VERSION_B
299
300
/* subversion of Sendmail */
301
#undef SENDMAIL_VERSION_C
302
1 by Stephen Gran
Import upstream version 0.73
303
/* Define to 1 if the `setpgrp' function takes no argument. */
304
#undef SETPGRP_VOID
305
306
/* The number of bytes in type int */
307
#undef SIZEOF_INT
308
309
/* The number of bytes in type long */
310
#undef SIZEOF_LONG
311
1.1.1 by Stephen Gran
Import upstream version 0.87
312
/* The number of bytes in type long long */
313
#undef SIZEOF_LONG_LONG
314
1 by Stephen Gran
Import upstream version 0.73
315
/* The number of bytes in type short */
316
#undef SIZEOF_SHORT
317
318
/* Define to 1 if you have the ANSI C header files. */
319
#undef STDC_HEADERS
320
321
/* use syslog */
322
#undef USE_SYSLOG
323
324
/* Version number of package */
325
#undef VERSION
326
1.1.1 by Stephen Gran
Import upstream version 0.87
327
/* use libcurl in mbox code */
328
#undef WITH_CURL
329
1 by Stephen Gran
Import upstream version 0.73
330
/* tcpwrappers support */
331
#undef WITH_TCPWRAP
332
333
/* endianess */
334
#undef WORDS_BIGENDIAN
335
336
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
337
#undef _LARGEFILE_SOURCE
338
339
/* thread safe */
340
#undef _REENTRANT
341
342
/* Define to empty if `const' does not conform to ANSI C. */
343
#undef const
344
1.1.1 by Stephen Gran
Import upstream version 0.87
345
/* Define to `__inline__' or `__inline' if that's what the C compiler
346
   calls it, or to nothing if 'inline' is not supported under any name.  */
347
#ifndef __cplusplus
348
#undef inline
349
#endif
350
1 by Stephen Gran
Import upstream version 0.73
351
/* Define to `long' if <sys/types.h> does not define. */
352
#undef off_t