[srvx-commits] arch commit: fix compile errors on readdir()-deficient platforms
Brought to you by:
entrope
From: Michael P. <md...@tr...> - 2004-04-12 03:25:31
|
Revision: srvx--devo--1.3--patch-50 Archive: sr...@sr...--2004-srvx Creator: Michael Poole <md...@tr...> Date: Sun Apr 11 23:25:03 EDT 2004 Standard-date: 2004-04-12 03:25:03 GMT Modified-files: ChangeLog configure.in src/helpfile.c New-patches: sr...@sr...--2004-srvx/srvx--devo--1.3--patch-50 Summary: fix compile errors on readdir()-deficient platforms Keywords: * Cygwin does not have "struct dirent.d_type". Check for that in the configure script and use stat() to test for directory-ness instead. |