1 dnl this file is part of libev, do not make local modifications
2 dnl http://software.schmorp.de/pkg/libev
5 AC_CHECK_HEADERS(sys/epoll.h sys/event.h sys/queue.h port.h)
7 AC_CHECK_FUNCS(epoll_ctl kqueue port_create)
9 AC_CHECK_FUNC(clock_gettime, [], [
10 AC_CHECK_LIB(rt, clock_gettime)
11 AC_CHECK_FUNCS(clock_gettime)