]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Sun, 11 Nov 2007 17:56:11 +0000 (17:56 +0000)
committerroot <root>
Sun, 11 Nov 2007 17:56:11 +0000 (17:56 +0000)
README.embed
ev.c

index 3c15d7658dc612b302990967e5856a335995248a..d168cc51654d16dc60bb448de2366e890128e582 100644 (file)
@@ -138,6 +138,11 @@ PREPROCESSOR SYMBOLS
        will be detected at runtime and routed around by disabling this
        backend.
 
        will be detected at runtime and routed around by disabling this
        backend.
 
+    EV_USE_DEVPOLL
+    EV_USE_PORTS
+    
+       reserved for future expansion, works like the USE symbols above.
+
     EV_H
 
         The name of the ev.h header file used to include it. The default
     EV_H
 
         The name of the ev.h header file used to include it. The default
diff --git a/ev.c b/ev.c
index 5124b2b742d00368d9c77b076c6a8597803aecee..4812c403a542a607badb034a3db5525811f1b783 100644 (file)
--- a/ev.c
+++ b/ev.c
@@ -53,7 +53,7 @@ extern "C" {
 #  define EV_USE_POLL 1
 # endif
 
 #  define EV_USE_POLL 1
 # endif
 
-# if HAVE_EPOLL && HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H && !defined (EV_USE_EPOLL)
+# if HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H && !defined (EV_USE_EPOLL)
 #  define EV_USE_EPOLL 1
 # endif
 
 #  define EV_USE_EPOLL 1
 # endif