ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.m4
Revision: 1.2
Committed: Sat Nov 10 15:15:50 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
*** empty log message ***

File Contents

# Content
1 dnl this file is part of libev, do not make local modifications
2 dnl http://software.schmorp.de/pkg/libev
3
4 dnl libev support
5 AC_CHECK_HEADERS(sys/epoll.h sys/event.h sys/queue.h)
6
7 AC_CHECK_FUNCS(epoll_ctl kqueue)
8
9 AC_CHECK_FUNC(clock_gettime, [], [
10 AC_CHECK_LIB(rt, clock_gettime)
11 ])
12
13
14