diff options
Diffstat (limited to 'tools/regression/kqueue/config.h')
-rw-r--r-- | tools/regression/kqueue/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/regression/kqueue/config.h b/tools/regression/kqueue/config.h index 2a377db..9ca8cde 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 +# $FreeBSD$ + +#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 |