Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'auto/os/features')
-rw-r--r--auto/os/features3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/os/features b/auto/os/features
index 44c33cd31..3ec911087 100644
--- a/auto/os/features
+++ b/auto/os/features
@@ -92,6 +92,9 @@ fi
if [ "$NGX_SYSTEM" = "NetBSD" ]; then
+ have=NGX_HAVE_TIMER_EVENT . auto/have
+ echo " + kqueue's EVFILT_TIMER found"
+
# NetBSD 2.0 incompatibly defines kevent.udata as "intptr_t"
cat << END >> $NGX_AUTO_CONFIG_H