diff options
author | root <root> | 2007-11-16 01:43:52 +0000 |
---|---|---|
committer | root <root> | 2007-11-16 01:43:52 +0000 |
commit | b413eacc6b8c416ca28bdb58bd23a5f175e8d97d (patch) | |
tree | 4ea19eeeeaaf62e11ddb81554a6bbf1385d7c3dc /ev.c | |
parent | 42cf115660f3852e9cc3b91bd79b852a99d13065 (diff) |
add solaris port backend
Diffstat (limited to 'ev.c')
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |