summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system/select.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r20788: - remove epoll configure checks from libreplaceStefan Metzmacher1-9/+0
- fix epoll configure checks for the epoll and aio events backends - we should only activate the epoll backend if sys/epoll.h and epoll_create() are found - we should only activate the aio backend if sys/epoll.h, epoll_create(), libaio.h and io_getevents() are found hopefully fix the build on 'bnhtest' in the build farm... metze (This used to be commit d46a5efb03ea1df50567cad00e1589870cdb31fe)
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-0/+42
isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)