Make it possible to build libevents standalone.
authorSimo Sorce <idra@samba.org>
Thu, 24 Apr 2008 21:28:30 +0000 (17:28 -0400)
committerSimo Sorce <idra@samba.org>
Wed, 14 May 2008 04:03:01 +0000 (00:03 -0400)
commit136f369b23946698c9fcfd217444ddc0614cde85
treece83f0dc2e5ad12d0433cae6b8482be67921b7ce
parent0e4ae88d3856869a5bb327ed26e155f22bdffc09
Make it possible to build libevents standalone.
(This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)
17 files changed:
source4/lib/events/Makefile.in [new file with mode: 0644]
source4/lib/events/autogen.sh [new file with mode: 0755]
source4/lib/events/config.mk
source4/lib/events/configure.ac [new file with mode: 0644]
source4/lib/events/events.c
source4/lib/events/events.i
source4/lib/events/events.mk [new file with mode: 0644]
source4/lib/events/events.pc.in [new file with mode: 0644]
source4/lib/events/events_epoll.c
source4/lib/events/events_select.c
source4/lib/events/events_signal.c
source4/lib/events/events_standard.c
source4/lib/events/events_timed.c
source4/lib/events/events_util.c [new file with mode: 0644]
source4/lib/events/events_util.h [new file with mode: 0644]
source4/lib/events/events_wrap.c
source4/lib/events/libevents.m4