This patch make it possible to build the events library completely
authorSimo Sorce <idra@samba.org>
Sat, 14 Jun 2008 15:23:31 +0000 (11:23 -0400)
committerSimo Sorce <idra@samba.org>
Sat, 14 Jun 2008 15:59:19 +0000 (11:59 -0400)
commit2aba4107915611b223daa8c27c52352f57b25bbc
treeb97a1f2408c3101ca8e66faa6851848d829e4f5f
parent3443954c2bf971c3506aa40667989a10d5769706
This patch make it possible to build the events library completely
standalone with no ties to internal samba4 functions
Samba4 itself just uses the plain library, compatibility glue is
in events_s4.c only
(This used to be commit 7109b6a5a19eb2dbef4259104858b171298bad6e)
23 files changed:
source4/configure.ac
source4/lib/events/config.m4 [deleted file]
source4/lib/events/config.mk
source4/lib/events/configure.ac
source4/lib/events/events.c
source4/lib/events/events.h
source4/lib/events/events.mk
source4/lib/events/events.py
source4/lib/events/events_aio.c
source4/lib/events/events_debug.c [new file with mode: 0644]
source4/lib/events/events_epoll.c
source4/lib/events/events_internal.h
source4/lib/events/events_liboop.c
source4/lib/events/events_s4.c [new file with mode: 0644]
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
source4/lib/events/events_util.h
source4/lib/events/libevents.m4
source4/lib/events/rules.mk [new file with mode: 0644]
source4/lib/ldb/external/libevents.m4 [new file with mode: 0644]