d406b125ca6da84e6fb1f9d33ecd4eda21df48e7
[openwrt.git] / openwrt / package / libevent / Config.in
1 config BR2_PACKAGE_LIBEVENT
2         tristate "libevent - Event notification library for event-driven network servers"
3         default m if CONFIG_DEVEL
4         help
5           The libevent API provides a mechanism to execute a callback function 
6           when a specific event occurs on a file descriptor or after a timeout 
7           has been reached. Furthermore, libevent also support callbacks due 
8           to signals or regular timeouts.
9           
10           libevent is meant to replace the event loop found in event driven 
11           network servers. An application just needs to call event_dispatch() 
12           and then add or remove events dynamically without having to change 
13           the event loop.
14           
15           http://www.monkey.org/~provos/libevent/
16