--- libev/ev_vars.h 2007/11/12 00:31:08 1.8 +++ libev/ev_vars.h 2007/11/16 01:33:54 1.9 @@ -44,6 +44,12 @@ VARx(int, kqueue_eventmax) #endif +#if EV_USE_PORT || EV_GENWRAP +VARx(int, port_fd) +VARx(struct port_event *, port_events) +VARx(int, port_eventmax) +#endif + VARx(ANFD *, anfds) VARx(int, anfdmax)