diff options
Diffstat (limited to 'tools/regression/kqueue/config.h')
-rw-r--r-- | tools/regression/kqueue/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/regression/kqueue/config.h b/tools/regression/kqueue/config.h index 2a377db..a204092 100644 --- a/tools/regression/kqueue/config.h +++ b/tools/regression/kqueue/config.h @@ -1,7 +1,7 @@ -/* AUTOMATICALLY GENERATED -- DO NOT EDIT */ /* $FreeBSD$ */ -#define HAVE_ERR_H -#define HAVE_SYS_EVENT_H + +#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 |