On Thu, Jun 30, 2016 at 11:30:38AM -0400, Kaleb KEITHLEY wrote: > > Hi, > > Does anyone have a good/working autoconf test for checking for > deprecated readdir_r (for Fedora 25) ? > > I'm not having much luck. (Have tried AC_COMPILE_IFELSE, among other > things.) > > Alternatively it would be nice if there was a some kind of feature test > define in dirent.h. Why bother testing for it at all. There was never any real compelling reason to want to use readdir_r, given that it was less portable and normal readdir() is perfectly safe to use if you have one DIR* per thread. So given that you'll need to adapt the code to use readdir anyway, there's little point keeping a conditional codepath to use readdir_r IMHO. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx