aboutsummaryrefslogtreecommitdiffstats
path: root/m4/mpd_func.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: pass option name to MPD_OPTIONAL_FUNC()Max Kellermann2013-08-071-5/+5
|
* configure.ac: add option --enable-eventfdMax Kellermann2013-08-061-0/+12
Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion.