commented the HAVE_EPOLL test in config.h to allow compilation under Linux now that the epoll module is still missing
ae.c now supports multiple polling API modules, even if only ae_select.c is implemented currently. Also adding and removing an event is now O(1).
fixed compilation with Snow Leopard, thanks to Lon Baker for providing SSH access to Snow Leopard box