Browse code

*** empty log message ***

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@248 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/02/07 20:13:29
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,196 @@
0
+/* clamav-config.h.in.  Generated from configure.in by autoheader.  */
1
+
2
+/* "build clamd" */
3
+#undef BUILD_CLAMD
4
+
5
+/* name of the clamav group */
6
+#undef CLAMAVGROUP
7
+
8
+/* name of the clamav user */
9
+#undef CLAMAVUSER
10
+
11
+/* use syslog */
12
+#undef CLAMD_USE_SYSLOG
13
+
14
+/* enable clamuko */
15
+#undef CLAMUKO
16
+
17
+/* enable debugging */
18
+#undef CL_DEBUG
19
+
20
+/* thread safe */
21
+#undef CL_THREAD_SAFE
22
+
23
+/* where to look for the config file */
24
+#undef CONFDIR
25
+
26
+/* os is aix */
27
+#undef C_AIX
28
+
29
+/* os is beos */
30
+#undef C_BEOS
31
+
32
+/* Increase thread stack size. */
33
+#undef C_BIGSTACK
34
+
35
+/* os is bsd flavor */
36
+#undef C_BSD
37
+
38
+/* os is cygwin */
39
+#undef C_CYGWIN
40
+
41
+/* os is darwin */
42
+#undef C_DARWIN
43
+
44
+/* os is hpux */
45
+#undef C_HPUX
46
+
47
+/* os is irix */
48
+#undef C_IRIX
49
+
50
+/* target is linux */
51
+#undef C_LINUX
52
+
53
+/* os is solaris */
54
+#undef C_SOLARIS
55
+
56
+/* use /dev/urandom */
57
+#undef C_URANDOM
58
+
59
+/* Path to virus database directory. */
60
+#undef DATADIR
61
+
62
+/* Name of the main database */
63
+#undef DB1NAME
64
+
65
+/* Name of the daily database */
66
+#undef DB2NAME
67
+
68
+/* file i/o buffer size */
69
+#undef FILEBUFF
70
+
71
+/* "attrib packed" */
72
+#undef HAVE_ATTRIB_PACKED
73
+
74
+/* have bzip2 */
75
+#undef HAVE_BZLIB_H
76
+
77
+/* Define to 1 if you have the <dlfcn.h> header file. */
78
+#undef HAVE_DLFCN_H
79
+
80
+/* have gmp installed */
81
+#undef HAVE_GMP
82
+
83
+/* Define to 1 if you have the <inttypes.h> header file. */
84
+#undef HAVE_INTTYPES_H
85
+
86
+/* Define to 1 if you have the <malloc.h> header file. */
87
+#undef HAVE_MALLOC_H
88
+
89
+/* Define to 1 if you have the `memcpy' function. */
90
+#undef HAVE_MEMCPY
91
+
92
+/* Define to 1 if you have the <memory.h> header file. */
93
+#undef HAVE_MEMORY_H
94
+
95
+/* Define to 1 if you have the <ndir.h> header file. */
96
+#undef HAVE_NDIR_H
97
+
98
+/* "pragma pack" */
99
+#undef HAVE_PRAGMA_PACK
100
+
101
+/* Define to 1 if you have the `setsid' function. */
102
+#undef HAVE_SETSID
103
+
104
+/* Define to 1 if you have the `snprintf' function. */
105
+#undef HAVE_SNPRINTF
106
+
107
+/* Define to 1 if you have the <stdint.h> header file. */
108
+#undef HAVE_STDINT_H
109
+
110
+/* Define to 1 if you have the <stdlib.h> header file. */
111
+#undef HAVE_STDLIB_H
112
+
113
+/* Define to 1 if you have the <strings.h> header file. */
114
+#undef HAVE_STRINGS_H
115
+
116
+/* Define to 1 if you have the <string.h> header file. */
117
+#undef HAVE_STRING_H
118
+
119
+/* Define to 1 if you have the <sys/inttypes.h> header file. */
120
+#undef HAVE_SYS_INTTYPES_H
121
+
122
+/* Define to 1 if you have the <sys/int_types.h> header file. */
123
+#undef HAVE_SYS_INT_TYPES_H
124
+
125
+/* Define to 1 if you have the <sys/mman.h> header file. */
126
+#undef HAVE_SYS_MMAN_H
127
+
128
+/* Define to 1 if you have the <sys/param.h> header file. */
129
+#undef HAVE_SYS_PARAM_H
130
+
131
+/* Define to 1 if you have the <sys/stat.h> header file. */
132
+#undef HAVE_SYS_STAT_H
133
+
134
+/* Define to 1 if you have the <sys/types.h> header file. */
135
+#undef HAVE_SYS_TYPES_H
136
+
137
+/* Define to 1 if you have the <unistd.h> header file. */
138
+#undef HAVE_UNISTD_H
139
+
140
+/* zlib installed */
141
+#undef HAVE_ZLIB_H
142
+
143
+/* bzip funtions do not have bz2 prefix */
144
+#undef NOBZ2PREFIX
145
+
146
+/* Name of package */
147
+#undef PACKAGE
148
+
149
+/* Define to the address where bug reports for this package should be sent. */
150
+#undef PACKAGE_BUGREPORT
151
+
152
+/* Define to the full name of this package. */
153
+#undef PACKAGE_NAME
154
+
155
+/* Define to the full name and version of this package. */
156
+#undef PACKAGE_STRING
157
+
158
+/* Define to the one symbol short name of this package. */
159
+#undef PACKAGE_TARNAME
160
+
161
+/* Define to the version of this package. */
162
+#undef PACKAGE_VERSION
163
+
164
+/* scan buffer size */
165
+#undef SCANBUFF
166
+
167
+/* Define to 1 if the `setpgrp' function takes no argument. */
168
+#undef SETPGRP_VOID
169
+
170
+/* The number of bytes in type int */
171
+#undef SIZEOF_INT
172
+
173
+/* The number of bytes in type long */
174
+#undef SIZEOF_LONG
175
+
176
+/* The number of bytes in type short */
177
+#undef SIZEOF_SHORT
178
+
179
+/* Define to 1 if you have the ANSI C header files. */
180
+#undef STDC_HEADERS
181
+
182
+/* Version number of package */
183
+#undef VERSION
184
+
185
+/* endianess */
186
+#undef WORDS_BIGENDIAN
187
+
188
+/* thread safe */
189
+#undef _REENTRANT
190
+
191
+/* Define to empty if `const' does not conform to ANSI C. */
192
+#undef const
193
+
194
+/* Define to `long' if <sys/types.h> does not define. */
195
+#undef off_t