summaryrefslogtreecommitdiff
path: root/www/lighttpd/files/patch-src-fdevent.h
blob: fcafda5b3748931e9b0205c5165d9690eccc5c79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/fdevent.h.orig	2011-12-19 07:41:33.183877666 +0100
+++ src/fdevent.h	2011-12-19 07:42:01.457863868 +0100
@@ -54,7 +54,7 @@
 # include <port.h>
 #endif
 
-#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE
+#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE && !defined HAVE_LIBEV
 # define USE_FREEBSD_KQUEUE
 # include <sys/event.h>
 #endif