1
0
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:
Andrew Tridgell 2006-09-11 22:25:50 +00:00 committed by Gerald (Jerry) Carter
parent 10b54fdb52
commit a8c17f8ed3

View File

@ -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])],,