~ubuntu-branches/ubuntu/raring/clamav/raring

« back to all changes in this revision

Viewing changes to clamav-config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mfrom: (0.35.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080905172534-yi3f8fkye1o7u1r3
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* os is bsd flavor */
40
40
#undef C_BSD
41
41
 
42
 
/* os is cygwin */
43
 
#undef C_CYGWIN
44
 
 
45
42
/* os is darwin */
46
43
#undef C_DARWIN
47
44
 
84
81
/* "build unrar code" */
85
82
#undef ENABLE_UNRAR
86
83
 
 
84
/* whether _XOPEN_SOURCE needs to be defined for fd passing to work */
 
85
#undef FDPASS_NEED_XOPEN
 
86
 
87
87
/* file i/o buffer size */
88
88
#undef FILEBUFF
89
89
 
96
96
/* use "Cache-Control: no-cache" in freshclam */
97
97
#undef FRESHCLAM_NO_CACHE
98
98
 
99
 
/* access rights in msghdr */
100
 
#undef HAVE_ACCRIGHTS_IN_MSGHDR
101
 
 
102
99
/* attrib aligned */
103
100
#undef HAVE_ATTRIB_ALIGNED
104
101
 
108
105
/* have bzip2 */
109
106
#undef HAVE_BZLIB_H
110
107
 
 
108
/* Enable 'check' unit tests */
 
109
#undef HAVE_CHECK
 
110
 
111
111
/* ancillary data style fd pass */
112
112
#undef HAVE_CONTROL_IN_MSGHDR
113
113
 
123
123
/* Define to 1 if you have the <dlfcn.h> header file. */
124
124
#undef HAVE_DLFCN_H
125
125
 
 
126
/* have working file descriptor passing support */
 
127
#undef HAVE_FD_PASSING
 
128
 
126
129
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
127
130
#undef HAVE_FSEEKO
128
131
 
135
138
/* gethostbyname_r takes 6 arguments */
136
139
#undef HAVE_GETHOSTBYNAME_R_6
137
140
 
138
 
/* Define to 1 if you have the `getpagesize' function. */
139
 
#undef HAVE_GETPAGESIZE
140
 
 
141
141
/* Define to 1 if you have the <grp.h> header file. */
142
142
#undef HAVE_GRP_H
143
143
 
171
171
/* Define to 1 if you have the <limits.h> header file. */
172
172
#undef HAVE_LIMITS_H
173
173
 
 
174
/* Define to 1 if -lresolv provides thread safe API's like res_nquery */
 
175
#undef HAVE_LRESOLV_R
 
176
 
174
177
/* Define to 1 if you have the <malloc.h> header file. */
175
178
#undef HAVE_MALLOC_H
176
179
 
183
186
/* Define to 1 if you have the `mkstemp' function. */
184
187
#undef HAVE_MKSTEMP
185
188
 
186
 
/* Define to 1 if you have a working `mmap' system call. */
 
189
/* Define to 1 if you have a working `mmap' system call that supports
 
190
   MAP_PRIVATE. */
187
191
#undef HAVE_MMAP
188
192
 
189
193
/* Define to 1 if you have the <ndir.h> header file. */
201
205
/* "pragma pack hppa/hp-ux style" */
202
206
#undef HAVE_PRAGMA_PACK_HPPA
203
207
 
 
208
/* Define to 1 if you have the `pthread_yield' function. */
 
209
#undef HAVE_PTHREAD_YIELD
 
210
 
204
211
/* Define to 1 if you have the <pwd.h> header file. */
205
212
#undef HAVE_PWD_H
206
213
 
219
226
/* Define signed right shift implementation */
220
227
#undef HAVE_SAR
221
228
 
 
229
/* Define to 1 if you have the `sched_yield' function. */
 
230
#undef HAVE_SCHED_YIELD
 
231
 
222
232
/* Define to 1 if you have the `sendmsg' function. */
223
233
#undef HAVE_SENDMSG
224
234
 
300
310
/* zlib installed */
301
311
#undef HAVE_ZLIB_H
302
312
 
303
 
/* Early Linux doesn't set cmsg fields */
304
 
#undef INCOMPLETE_CMSG
305
 
 
306
313
/* bzip funtions do not have bz2 prefix */
307
314
#undef NOBZ2PREFIX
308
315
 
360
367
/* Define to 1 if you have the ANSI C header files. */
361
368
#undef STDC_HEADERS
362
369
 
 
370
/* Use IPv6 aware code */
 
371
#undef SUPPORT_IPv6
 
372
 
363
373
/* use syslog */
364
374
#undef USE_SYSLOG
365
375