ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/libev.m4
(Generate patch)

Comparing libev/libev.m4 (file contents):
Revision 1.16 by root, Mon Oct 28 12:36:44 2013 UTC vs.
Revision 1.17 by root, Thu Jun 20 23:14:54 2019 UTC

1dnl this file is part of libev, do not make local modifications 1dnl this file is part of libev, do not make local modifications
2dnl http://software.schmorp.de/pkg/libev 2dnl http://software.schmorp.de/pkg/libev
3 3
4dnl libev support 4dnl libev support
5AC_CHECK_HEADERS(sys/inotify.h sys/epoll.h sys/event.h port.h poll.h sys/select.h sys/eventfd.h sys/signalfd.h) 5AC_CHECK_HEADERS(sys/inotify.h sys/epoll.h sys/event.h port.h poll.h)
6AC_CHECK_HEADERS(sys/select.h sys/eventfd.h sys/signalfd.h linux/aio_abi.h)
6 7
7AC_CHECK_FUNCS(inotify_init epoll_ctl kqueue port_create poll select eventfd signalfd) 8AC_CHECK_FUNCS(inotify_init epoll_ctl kqueue port_create poll select eventfd signalfd)
8 9
9AC_CHECK_FUNCS(clock_gettime, [], [ 10AC_CHECK_FUNCS(clock_gettime, [], [
10 dnl on linux, try syscall wrapper first 11 dnl on linux, try syscall wrapper first

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines