summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2007-11-16 01:43:52 +0000
committerroot <root>2007-11-16 01:43:52 +0000
commitb413eacc6b8c416ca28bdb58bd23a5f175e8d97d (patch)
tree4ea19eeeeaaf62e11ddb81554a6bbf1385d7c3dc /ev.c
parent42cf115660f3852e9cc3b91bd79b852a99d13065 (diff)
add solaris port backend
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 03da762..25e7d74 100644
--- a/ev.c
+++ b/ev.c
@@ -61,7 +61,7 @@ extern "C" {
# define EV_USE_KQUEUE 1
# endif
-# if HAVE_PORT_H && HAVE_PORT_H && HAVE_PORT_CREATE && !defined (EV_USE_PORT)
+# if HAVE_PORT_H && HAVE_PORT_CREATE && !defined (EV_USE_PORT)
# define EV_USE_PORT 1
# endif