siginfo.h \
stdint.h \
strings.h \
+sys/epoll.h \
sys/inotify.h \
sys/types.h \
sys/param.h \
],
[want_g_main_loop="no"])
-# epoll
-
-AC_ARG_ENABLE([epoll],
- [AC_HELP_STRING([--disable-epoll],
- [disable epoll support. @<:@default=enabled@:>@])],
- [
- if test "x${enableval}" = "xyes" ; then
- want_epoll="yes"
- else
- want_epoll="no"
- fi
- ],
- [want_epoll="yes"])
-
### Default values
case "$host_os" in
sys/timerfd.h \
])
-if test "x${want_epoll}" = "xyes" ; then
- AC_CHECK_HEADERS([sys/epoll.h])
-fi
-
### Checks for types
### Checks for structures