diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/config.h.in b/src/config.h.in index 656c8ef..73c4e3f 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -39,9 +39,6 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H -/* Define to 1 if you have the `epoll_wait' function. */ -#undef HAVE_EPOLL_WAIT - /* Define to 1 if you have the `fgetln' function. */ #undef HAVE_FGETLN @@ -54,9 +51,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `kqueue' function. */ -#undef HAVE_KQUEUE - /* Define to 1 if you have the `madvise' function. */ #undef HAVE_MADVISE @@ -157,6 +151,9 @@ declarations. */ #undef HAVE_VISIBILITY +/* integrity check in knotd */ +#undef INTEGRITY_CHECK + /* Server debug. */ #undef KNOTD_SERVER_DEBUG |