60a396a4f7
tools/regression. It tests a number of aspects of kqueue behavior, although not all currently pass (possibly bugs in the test suite?). Submitted by: Mark Heily <mark at heily.com> Obtained from: svn://mark.heily.com/libkqueue/trunk/test (r114)
13 lines
338 B
C
13 lines
338 B
C
/* AUTOMATICALLY GENERATED -- DO NOT EDIT */
|
|
/* $FreeBSD$ */
|
|
#define HAVE_SYS_EVENT_H
|
|
#define HAVE_EV_DISPATCH 1
|
|
#define HAVE_EV_RECEIPT 1
|
|
#undef HAVE_NOTE_TRUNCATE
|
|
#define HAVE_EVFILT_TIMER 1
|
|
#define HAVE_EVFILT_USER 1
|
|
#define PROGRAM "libkqueue-test"
|
|
#define VERSION "0.1"
|
|
#define TARGET "freebsd"
|
|
#define CFLAGS "-g -O0 -Wall -Werror"
|