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)
commit7109b6a5a19eb2dbef4259104858b171298bad6e
tree12b01f6f3ab227c2b7b0ec33c0994dfa6e066b0d
parentf54084b65fce67457cb838544c83ceb17c7d88db
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
23 files changed:
source/configure.ac
source/lib/events/config.m4 [deleted file]
source/lib/events/config.mk
source/lib/events/configure.ac
source/lib/events/events.c
source/lib/events/events.h
source/lib/events/events.mk
source/lib/events/events.py
source/lib/events/events_aio.c
source/lib/events/events_debug.c [new file with mode: 0644]
source/lib/events/events_epoll.c
source/lib/events/events_internal.h
source/lib/events/events_liboop.c
source/lib/events/events_s4.c [new file with mode: 0644]
source/lib/events/events_select.c
source/lib/events/events_signal.c
source/lib/events/events_standard.c
source/lib/events/events_timed.c
source/lib/events/events_util.c
source/lib/events/events_util.h
source/lib/events/libevents.m4
source/lib/events/rules.mk [new file with mode: 0644]
source/lib/ldb/external/libevents.m4 [new file with mode: 0644]