summaryrefslogtreecommitdiff
path: root/ACE/ace/config-face-conftest.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove ACE_OS::readdir_rFred Hornsey2020-12-051-1/+0
| | | | | | | | | glibc (https://man7.org/linux/man-pages/man3/readdir_r.3.html) and FreeBSD libc (https://www.freebsd.org/cgi/man.cgi?query=readdir&sektion=3) have both marked `readdir_r` deprecated, mainly because it can't deal with arbitrarily long path names, so we should probably remove it. Also removed `ACE_Dirent::(ACE_DIRENT *, ACE_DIRENT **)` which used it. `ACE_LACKS_READDIR_R` will now always be defined.
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-0/+93