mirror of
https://github.com/samba-team/samba.git
synced 2025-03-22 02:50:28 +03:00
r18407: test for epoll.h and select.h
(This used to be commit 3ddb77c1e3dce5e05771b3fcaf86f8ae9ff21a52)
This commit is contained in:
parent
10b54fdb52
commit
a8c17f8ed3
@ -95,7 +95,10 @@ AC_FUNC_MEMCMP
|
||||
|
||||
AC_CHECK_FUNCS(pipe strftime srandom random srand rand usleep setbuffer lstat getpgrp)
|
||||
|
||||
AC_CHECK_HEADERS(stdbool.h stddef.h)
|
||||
AC_CHECK_HEADERS(stdbool.h stddef.h sys/select.h)
|
||||
|
||||
AC_CHECK_HEADERS(sys/epoll.h)
|
||||
AC_CHECK_FUNCS(epoll_create)
|
||||
|
||||
AC_CHECK_TYPE(bool,
|
||||
[AC_DEFINE(HAVE_BOOL, 1, [Whether the bool type is available])],,
|
||||
|
Loading…
x
Reference in New Issue
Block a user