aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kqueue/libkqueue/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/kqueue/libkqueue/config.h')
-rw-r--r--tests/sys/kqueue/libkqueue/config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/sys/kqueue/libkqueue/config.h b/tests/sys/kqueue/libkqueue/config.h
new file mode 100644
index 000000000000..e15fb73e55ef
--- /dev/null
+++ b/tests/sys/kqueue/libkqueue/config.h
@@ -0,0 +1,13 @@
+
+#define HAVE_ERR_H 1
+#define HAVE_SYS_EVENT_H 1
+#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 WITH_NATIVE_KQUEUE_BUGS 0
+#define PROGRAM "libkqueue-test"
+#define VERSION "0.1"
+#define TARGET "freebsd"
+#define CFLAGS "-g -O0 -Wall -Werror"