xref: /freebsd/sys/contrib/openzfs/config/user-aio.h.m4 (revision e51b3d8e53cee7d6a36e34e1cd4d588593d71b40)
1dnl #
2dnl # POSIX specifies <aio.h> as part of realtime extensions,
3dnl # and is missing from at least uClibc – force fallbacks there
4dnl #
5AC_DEFUN([ZFS_AC_CONFIG_USER_AIO_H], [
6	ZFS_AC_FIND_SYSTEM_LIBRARY(AIO_H, [], [aio.h], [], [rt], [lio_listio])
7])
8