Displaying 1 result from an estimated 1 matches for "mem_align".
2005 Dec 15
2
Patch: More of kqueue() support.
...h sys/mnttab.h)
-
-# check posix headers
-AC_CHECK_HEADERS(sys/time.h)
+ sys/quota.h sys/fs/ufs_quota.h ufs/ufs/quota.h mntent.h sys/mnttab.h \
+ sys/event.h sys/time.h)
AC_ARG_ENABLE(ipv6,
[ --enable-ipv6 Enable IPv6 support (default)],
@@ -54,13 +53,14 @@ AC_ARG_WITH(mem-align,
mem_align=8)
AC_ARG_WITH(ioloop,
-[ --with-ioloop=IOLOOP Specify the I/O loop method to use],
+[ --with-ioloop=IOLOOP Specify the I/O loop method to use
+ (epoll, kqueue, poll; default is poll)],
ioloop=$withval,
ioloop=)
AC_ARG_WITH(notify,
[ --with-notify=IOLOOP...