OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / user / clamav / clamav-config.h.in
1 /* clamav-config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* mmap flag for anonymous maps */
7 #undef ANONYMOUS_MAP
8
9 /* enable bind8 compatibility */
10 #undef BIND_8_COMPAT
11
12 /* "build clamd" */
13 #undef BUILD_CLAMD
14
15 /* name of the clamav group */
16 #undef CLAMAVGROUP
17
18 /* name of the clamav user */
19 #undef CLAMAVUSER
20
21 /* enable clamuko */
22 #undef CLAMUKO
23
24 /* enable debugging */
25 #undef CL_DEBUG
26
27 /* enable experimental code */
28 #undef CL_EXPERIMENTAL
29
30 /* thread safe */
31 #undef CL_THREAD_SAFE
32
33 /* where to look for the config file */
34 #undef CONFDIR
35
36 /* curses header location */
37 #undef CURSES_INCLUDE
38
39 /* os is aix */
40 #undef C_AIX
41
42 /* os is beos */
43 #undef C_BEOS
44
45 /* Increase thread stack size. */
46 #undef C_BIGSTACK
47
48 /* os is bsd flavor */
49 #undef C_BSD
50
51 /* os is darwin */
52 #undef C_DARWIN
53
54 /* target is gnu-hurd */
55 #undef C_GNU_HURD
56
57 /* os is hpux */
58 #undef C_HPUX
59
60 /* os is interix */
61 #undef C_INTERIX
62
63 /* os is irix */
64 #undef C_IRIX
65
66 /* target is kfreebsd-gnu */
67 #undef C_KFREEBSD_GNU
68
69 /* target is linux */
70 #undef C_LINUX
71
72 /* os is OS/2 */
73 #undef C_OS2
74
75 /* os is osf/tru64 */
76 #undef C_OSF
77
78 /* os is QNX 6.x.x */
79 #undef C_QNX6
80
81 /* os is solaris */
82 #undef C_SOLARIS
83
84 /* Path to virus database directory. */
85 #undef DATADIR
86
87 /* "default FD_SETSIZE value" */
88 #undef DEFAULT_FD_SETSIZE
89
90 /* whether _XOPEN_SOURCE needs to be defined for fd passing to work */
91 #undef FDPASS_NEED_XOPEN
92
93 /* file i/o buffer size */
94 #undef FILEBUFF
95
96 /* FPU byte ordering is little endian */
97 #undef FPU_WORDS_BIGENDIAN
98
99 /* enable workaround for broken DNS servers */
100 #undef FRESHCLAM_DNS_FIX
101
102 /* use "Cache-Control: no-cache" in freshclam */
103 #undef FRESHCLAM_NO_CACHE
104
105 /* Define to 1 if you have the `argz_add' function. */
106 #undef HAVE_ARGZ_ADD
107
108 /* Define to 1 if you have the `argz_append' function. */
109 #undef HAVE_ARGZ_APPEND
110
111 /* Define to 1 if you have the `argz_count' function. */
112 #undef HAVE_ARGZ_COUNT
113
114 /* Define to 1 if you have the `argz_create_sep' function. */
115 #undef HAVE_ARGZ_CREATE_SEP
116
117 /* Define to 1 if you have the <argz.h> header file. */
118 #undef HAVE_ARGZ_H
119
120 /* Define to 1 if you have the `argz_insert' function. */
121 #undef HAVE_ARGZ_INSERT
122
123 /* Define to 1 if you have the `argz_next' function. */
124 #undef HAVE_ARGZ_NEXT
125
126 /* Define to 1 if you have the `argz_stringify' function. */
127 #undef HAVE_ARGZ_STRINGIFY
128
129 /* attrib aligned */
130 #undef HAVE_ATTRIB_ALIGNED
131
132 /* attrib packed */
133 #undef HAVE_ATTRIB_PACKED
134
135 /* have bzip2 */
136 #undef HAVE_BZLIB_H
137
138 /* Define to 1 if you have the `closedir' function. */
139 #undef HAVE_CLOSEDIR
140
141 /* ancillary data style fd pass */
142 #undef HAVE_CONTROL_IN_MSGHDR
143
144 /* Define to 1 if you have the `ctime_r' function. */
145 #undef HAVE_CTIME_R
146
147 /* ctime_r takes 2 arguments */
148 #undef HAVE_CTIME_R_2
149
150 /* ctime_r takes 3 arguments */
151 #undef HAVE_CTIME_R_3
152
153 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
154    you don't. */
155 #undef HAVE_DECL_CYGWIN_CONV_PATH
156
157 /* Define to 1 if you have the <dirent.h> header file. */
158 #undef HAVE_DIRENT_H
159
160 /* Define if you have the GNU dld library. */
161 #undef HAVE_DLD
162
163 /* Define to 1 if you have the <dld.h> header file. */
164 #undef HAVE_DLD_H
165
166 /* Define to 1 if you have the `dlerror' function. */
167 #undef HAVE_DLERROR
168
169 /* Define to 1 if you have the <dlfcn.h> header file. */
170 #undef HAVE_DLFCN_H
171
172 /* Define to 1 if you have the <dl.h> header file. */
173 #undef HAVE_DL_H
174
175 /* Define if you have the _dyld_func_lookup function. */
176 #undef HAVE_DYLD
177
178 /* Define to 1 if the system has the type `error_t'. */
179 #undef HAVE_ERROR_T
180
181 /* have working file descriptor passing support */
182 #undef HAVE_FD_PASSING
183
184 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
185 #undef HAVE_FSEEKO
186
187 /* have getaddrinfo() */
188 #undef HAVE_GETADDRINFO
189
190 /* gethostbyname_r takes 3 arguments */
191 #undef HAVE_GETHOSTBYNAME_R_3
192
193 /* gethostbyname_r takes 5 arguments */
194 #undef HAVE_GETHOSTBYNAME_R_5
195
196 /* gethostbyname_r takes 6 arguments */
197 #undef HAVE_GETHOSTBYNAME_R_6
198
199 /* Define to 1 if you have the <grp.h> header file. */
200 #undef HAVE_GRP_H
201
202 /* iconv() available */
203 #undef HAVE_ICONV
204
205 /* Define to 1 if you have the `inet_ntop' function. */
206 #undef HAVE_INET_NTOP
207
208 /* Define to 1 if you have the `initgroups' function. */
209 #undef HAVE_INITGROUPS
210
211 /* Define to 1 if you have the <inttypes.h> header file. */
212 #undef HAVE_INTTYPES_H
213
214 /* in_addr_t is defined */
215 #undef HAVE_IN_ADDR_T
216
217 /* in_port_t is defined */
218 #undef HAVE_IN_PORT_T
219
220 /* Define to '1' if you have the check.h library */
221 #undef HAVE_LIBCHECK
222
223 /* Define if you have the libdl library or equivalent. */
224 #undef HAVE_LIBDL
225
226 /* Define if libdlloader will be built on this platform */
227 #undef HAVE_LIBDLLOADER
228
229 /* Define to 1 if you have the <libmilter/mfapi.h> header file. */
230 #undef HAVE_LIBMILTER_MFAPI_H
231
232 /* Define to '1' if you have the ncurses.h library */
233 #undef HAVE_LIBNCURSES
234
235 /* Define to '1' if you have the curses.h library */
236 #undef HAVE_LIBPDCURSES
237
238 /* Define to 1 if you have the `z' library (-lz). */
239 #undef HAVE_LIBZ
240
241 /* Define to 1 if you have the <limits.h> header file. */
242 #undef HAVE_LIMITS_H
243
244 /* Define this if a modern libltdl is already installed */
245 #undef HAVE_LTDL
246
247 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
248 #undef HAVE_MACH_O_DYLD_H
249
250 /* have mallinfo */
251 #undef HAVE_MALLINFO
252
253 /* Define to 1 if you have the <malloc.h> header file. */
254 #undef HAVE_MALLOC_H
255
256 /* Define to 1 if you have the `memcpy' function. */
257 #undef HAVE_MEMCPY
258
259 /* Define to 1 if you have the <memory.h> header file. */
260 #undef HAVE_MEMORY_H
261
262 /* Define to 1 if you have the `mkstemp' function. */
263 #undef HAVE_MKSTEMP
264
265 /* Define to 1 if you have a working `mmap' system call that supports
266    MAP_PRIVATE. */
267 #undef HAVE_MMAP
268
269 /* Define to 1 if you have the <ndir.h> header file. */
270 #undef HAVE_NDIR_H
271
272 /* Define to 1 if you have the `opendir' function. */
273 #undef HAVE_OPENDIR
274
275 /* Define to 1 if you have the `poll' function. */
276 #undef HAVE_POLL
277
278 /* Define to 1 if you have the <poll.h> header file. */
279 #undef HAVE_POLL_H
280
281 /* "pragma pack" */
282 #undef HAVE_PRAGMA_PACK
283
284 /* "pragma pack hppa/hp-ux style" */
285 #undef HAVE_PRAGMA_PACK_HPPA
286
287 /* Define if libtool can extract symbol lists from object files. */
288 #undef HAVE_PRELOADED_SYMBOLS
289
290 /* Define to 1 if you have the `pthread_yield' function. */
291 #undef HAVE_PTHREAD_YIELD
292
293 /* Define to 1 if you have the <pwd.h> header file. */
294 #undef HAVE_PWD_H
295
296 /* Define to 1 if you have the `readdir' function. */
297 #undef HAVE_READDIR
298
299 /* readdir_r takes 2 arguments */
300 #undef HAVE_READDIR_R_2
301
302 /* readdir_r takes 3 arguments */
303 #undef HAVE_READDIR_R_3
304
305 /* Define to 1 if you have the `recvmsg' function. */
306 #undef HAVE_RECVMSG
307
308 /* have resolv.h */
309 #undef HAVE_RESOLV_H
310
311 /* Define signed right shift implementation */
312 #undef HAVE_SAR
313
314 /* Define to 1 if you have the `sched_yield' function. */
315 #undef HAVE_SCHED_YIELD
316
317 /* Define to 1 if you have the `sendmsg' function. */
318 #undef HAVE_SENDMSG
319
320 /* Define to 1 if you have the `setgroups' function. */
321 #undef HAVE_SETGROUPS
322
323 /* Define to 1 if you have the `setsid' function. */
324 #undef HAVE_SETSID
325
326 /* Define if you have the shl_load function. */
327 #undef HAVE_SHL_LOAD
328
329 /* Define to 1 if you have the `snprintf' function. */
330 #undef HAVE_SNPRINTF
331
332 /* Define to 1 if you have the <stdbool.h> header file. */
333 #undef HAVE_STDBOOL_H
334
335 /* Define to 1 if you have the <stdint.h> header file. */
336 #undef HAVE_STDINT_H
337
338 /* Define to 1 if you have the <stdlib.h> header file. */
339 #undef HAVE_STDLIB_H
340
341 /* Define to 1 if you have the `strcasestr' function. */
342 #undef HAVE_STRCASESTR
343
344 /* Define to 1 if you have the `strerror_r' function. */
345 #undef HAVE_STRERROR_R
346
347 /* Define to 1 if you have the <strings.h> header file. */
348 #undef HAVE_STRINGS_H
349
350 /* Define to 1 if you have the <string.h> header file. */
351 #undef HAVE_STRING_H
352
353 /* Define to 1 if you have the `strlcat' function. */
354 #undef HAVE_STRLCAT
355
356 /* Define to 1 if you have the `strlcpy' function. */
357 #undef HAVE_STRLCPY
358
359 /* link against system-wide libtommath */
360 #undef HAVE_SYSTEM_TOMMATH
361
362 /* Define to 1 if you have the <sys/dl.h> header file. */
363 #undef HAVE_SYS_DL_H
364
365 /* Define to 1 if you have the <sys/filio.h> header file. */
366 #undef HAVE_SYS_FILIO_H
367
368 /* Define to 1 if you have the <sys/inttypes.h> header file. */
369 #undef HAVE_SYS_INTTYPES_H
370
371 /* Define to 1 if you have the <sys/int_types.h> header file. */
372 #undef HAVE_SYS_INT_TYPES_H
373
374 /* Define to 1 if you have the <sys/mman.h> header file. */
375 #undef HAVE_SYS_MMAN_H
376
377 /* Define to 1 if you have the <sys/param.h> header file. */
378 #undef HAVE_SYS_PARAM_H
379
380 /* "have <sys/select.h>" */
381 #undef HAVE_SYS_SELECT_H
382
383 /* Define to 1 if you have the <sys/stat.h> header file. */
384 #undef HAVE_SYS_STAT_H
385
386 /* Define to 1 if you have the <sys/types.h> header file. */
387 #undef HAVE_SYS_TYPES_H
388
389 /* Define to 1 if you have the <sys/uio.h> header file. */
390 #undef HAVE_SYS_UIO_H
391
392 /* Define to 1 if you have the <termios.h> header file. */
393 #undef HAVE_TERMIOS_H
394
395 /* Define to 1 if you have the <unistd.h> header file. */
396 #undef HAVE_UNISTD_H
397
398 /* Define to 1 if you have the `vsnprintf' function. */
399 #undef HAVE_VSNPRINTF
400
401 /* This value is set to 1 to indicate that the system argz facility works */
402 #undef HAVE_WORKING_ARGZ
403
404 /* "Full library version number" */
405 #undef LIBCLAMAV_FULLVER
406
407 /* "Major library version number" */
408 #undef LIBCLAMAV_MAJORVER
409
410 /* Define if the OS needs help to load dependent libraries for dlopen(). */
411 #undef LTDL_DLOPEN_DEPLIBS
412
413 /* Define to the system default library search path. */
414 #undef LT_DLSEARCH_PATH
415
416 /* The archive extension */
417 #undef LT_LIBEXT
418
419 /* Define to the extension used for runtime loadable modules, say, ".so". */
420 #undef LT_MODULE_EXT
421
422 /* Define to the name of the environment variable that determines the run-time
423    module search path. */
424 #undef LT_MODULE_PATH_VAR
425
426 /* Define to the sub-directory in which libtool stores uninstalled libraries.
427    */
428 #undef LT_OBJDIR
429
430 /* disable assertions */
431 #undef NDEBUG
432
433 /* Define if dlsym() requires a leading underscore in symbol names. */
434 #undef NEED_USCORE
435
436 /* bzip funtions do not have bz2 prefix */
437 #undef NOBZ2PREFIX
438
439 /* "no fd_set" */
440 #undef NO_FD_SET
441
442 /* Name of package */
443 #undef PACKAGE
444
445 /* Define to the address where bug reports for this package should be sent. */
446 #undef PACKAGE_BUGREPORT
447
448 /* Define to the full name of this package. */
449 #undef PACKAGE_NAME
450
451 /* Define to the full name and version of this package. */
452 #undef PACKAGE_STRING
453
454 /* Define to the one symbol short name of this package. */
455 #undef PACKAGE_TARNAME
456
457 /* Define to the version of this package. */
458 #undef PACKAGE_VERSION
459
460 /* scan buffer size */
461 #undef SCANBUFF
462
463 /* Define to 1 if the `setpgrp' function takes no argument. */
464 #undef SETPGRP_VOID
465
466 /* The number of bytes in type int */
467 #undef SIZEOF_INT
468
469 /* The number of bytes in type long */
470 #undef SIZEOF_LONG
471
472 /* The number of bytes in type long long */
473 #undef SIZEOF_LONG_LONG
474
475 /* The number of bytes in type short */
476 #undef SIZEOF_SHORT
477
478 /* The number of bytes in type void * */
479 #undef SIZEOF_VOID_P
480
481 /* Define to 1 if you have the ANSI C header files. */
482 #undef STDC_HEADERS
483
484 /* Support for IPv6 */
485 #undef SUPPORT_IPv6
486
487 /* enable memory pools */
488 #undef USE_MPOOL
489
490 /* use syslog */
491 #undef USE_SYSLOG
492
493 /* Version number of package */
494 #undef VERSION
495
496 /* Version suffix for package */
497 #undef VERSION_SUFFIX
498
499 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
500    significant byte first (like Motorola and SPARC, unlike Intel). */
501 #if defined AC_APPLE_UNIVERSAL_BUILD
502 # if defined __BIG_ENDIAN__
503 #  define WORDS_BIGENDIAN 1
504 # endif
505 #else
506 # ifndef WORDS_BIGENDIAN
507 #  undef WORDS_BIGENDIAN
508 # endif
509 #endif
510
511 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
512 #undef _LARGEFILE_SOURCE
513
514 /* POSIX compatibility */
515 #undef _POSIX_PII_SOCKET
516
517 /* thread safe */
518 #undef _REENTRANT
519
520 /* thread safe */
521 #undef _THREAD_SAFE
522
523 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
524 #undef __error_t_defined
525
526 /* Define to empty if `const' does not conform to ANSI C. */
527 #undef const
528
529 /* Define to a type to use for `error_t' if it is not otherwise available. */
530 #undef error_t
531
532 /* Define to `__inline__' or `__inline' if that's what the C compiler
533    calls it, or to nothing if 'inline' is not supported under any name.  */
534 #ifndef __cplusplus
535 #undef inline
536 #endif
537
538 /* Define to `long int' if <sys/types.h> does not define. */
539 #undef off_t
540
541 /* Define to the equivalent of the C99 'restrict' keyword, or to
542    nothing if this is not supported.  Do not define if restrict is
543    supported directly.  */
544 #undef restrict
545 /* Work around a bug in Sun C++: it does not support _Restrict, even
546    though the corresponding Sun C compiler does, which causes
547    "#define restrict _Restrict" in the previous line.  Perhaps some future
548    version of Sun C++ will work with _Restrict; if so, it'll probably
549    define __RESTRICT, just as Sun C does.  */
550 #if defined __SUNPRO_CC && !defined __RESTRICT
551 # define _Restrict
552 #endif
553
554 /* Define to "int" if <sys/socket.h> does not define. */
555 #undef socklen_t