~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to win32/clamav-config.h

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

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