summaryrefslogtreecommitdiffstats
path: root/src/util/k5ev/ev.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid libdl dependencies in bundled libvertoGreg Hudson2012-09-041-829/+0
| | | | | | | | | | | | | | The upstream libverto depends on dynamic loading and in particular on dladdr(), which is not universal. To avoid this dependency, stub out support for module loading (by replacing module.c) and instead integrate the k5ev module directly into the bundled verto library. This change removes the need to link, include, and invoke libverto differently depending on whether we're using the bundled library; we can always just link with -lverto and call verto_default(). bigredbutton: whitespace ticket: 7351 (new)
* Add libev 4.04 sources in util/k5evGreg Hudson2011-09-021-0/+829
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25126 dc483132-0cff-0310-8789-dd5450dbe970