mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
56b3221129
in the resulting libs. Explicitly disable this.
9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
tevent is a simple library that can handle the main event loop for an
|
|
application. It supports three kinds of events: timed events, file
|
|
descriptors becoming readable or writable and signals.
|
|
|
|
Talloc is used for memory management, both internally and for private
|
|
data provided by users of the library.
|
|
|
|
WWW: http://www.samba.org/
|