search for: c_solaris

Displaying 3 results from an estimated 3 matches for "c_solaris".

2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...; /* #undef C_KFREEBSD_GNU */ > > /* target is linux */ > /* #define C_LINUX 1 */ > > /* os is OS/2 */ > /* #undef C_OS2 */ > > /* os is osf/tru64 */ > /* #undef C_OSF */ > > /* os is QNX 6.x.x */ > /* #undef C_QNX6 */ > > /* os is solaris */ > /* #undef C_SOLARIS */ > > /* Path to virus database directory. */ > #define DATADIR "/usr/local/share/clamav" > > /* "default FD_SETSIZE value" */ > #define DEFAULT_FD_SETSIZE 1024 > > /* "build unrar code" */ > /* #undef ENABLE_UNRAR */ > > /* file i/o b...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that