search for: mfapi

Displaying 6 results from an estimated 6 matches for "mfapi".

Did you mean: mapi
2007 Jul 22
1
error for milter
....2.0/obj.Linux.2.6.18-8.el5xen.i686/dkim-filter make[1]: Entering directory /tmp/software/dkim-milter-1.2.0/obj.Linux.2.6.18-8.el5xen.i686/dkim-filter' cc -O2 -I. -I../../include -I../libdkim/ -D_REENTRANT -DXP_MT -c -o dkim-filter.o dkim-filter.c dkim-filter.c:63:29: error: libmilter/mfapi.h: No such file or directory dkim-filter.c:193: error: expected specifier-qualifier-list before ???_SOCK_ADDR??? dkim-filter.c:213: error: ???SMFIS_ACCEPT??? undeclared here (not in a function) dkim-filter.c:216: error: ???SMFIS_TEMPFAIL??? undeclared here (not in a function) dkim-filter.c:2...
2017 Jun 09
0
Wine release 2.10
...wineandroid: Implement SetCapture and store the capture window in the desktop process for global captures. wineandroid: Add support for mouse events. wineandroid: Add support for keyboard events. wineandroid: Implement ToUnicodeEx. Alistair Leslie-Hughes (6): include/mfapi.h: Add standard GUID defines. wmvcore: Implement WMCreateWriterPriv. dplayx: First name server address may be null. dplayx/tests: Remove some wine_todo. dplayx: Implement IDirectPlay4 EnumConnections. dplayx: Implement IDirectPlayLobby3 EnumAddressTypes. Andrey Gusev...
2015 Apr 03
0
Wine release 1.7.40
...SD on ARM. loader: Run checks also on ARM Linux. Aric Stewart (2): wineqtdecoder: Unload the AsyncReader on movie processing failure. winmm: sndPlaySound can play resource sounds. Austin English (2): kernel32: Add a stub for QueryThreadCycleTime. include: Add initial mfapi.h. Bruno Jesus (13): netapi32/tests: Fix a memory leak (Valgrind). netapi32: Return an empty comment instead of NULL pointer in NetServerGetInfo. winmm/tests: Add a basic joystick interactive test. ws2_32: Don't try to receive data in an OOB_INLINED socket with MSG_OOB....
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...efine to 1 if you have the <inttypes.h> header file. */ > /* #define HAVE_INTTYPES_H 1 */ > > /* in_addr_t is defined */ > /* #define HAVE_IN_ADDR_T 1 */ > > /* in_port_t is defined */ > /* #define HAVE_IN_PORT_T 1 */ > > /* Define to 1 if you have the <libmilter/mfapi.h> header file. */ > /* #undef HAVE_LIBMILTER_MFAPI_H */ > > /* Define to 1 if you have the <limits.h> header file. */ > #define HAVE_LIMITS_H 1 > > /* Define to 1 if you have the <malloc.h> header file. */ > /* #define HAVE_MALLOC_H 1 */ > > /* Define to 1...
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