summaryrefslogtreecommitdiff
path: root/utils/dirent.h
Commit message (Collapse)AuthorAgeFilesLines
* stop defining _XOPEN_SOURCEVincent Sanders2018-09-061-2/+2
| | | | | This is necessary with some libc as it overrides _POSIX_C_SOURCE and removes definitions of scandir etc.
* Fix several doxygen errorsVincent Sanders2016-05-051-1/+2
|
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-191-0/+45
The config header was causing many source files to unecessarily include the dirent headers causing extra dependancies. This has been fixed by providing a utility dirent header that provides a common API across all platforms while removing the unecessary dirent header usage.