fix compile errors on readdir()-deficient platforms
authorMichael Poole <mdpoole@troilus.org>
Mon, 12 Apr 2004 03:25:03 +0000 (03:25 +0000)
committerMichael Poole <mdpoole@troilus.org>
Mon, 12 Apr 2004 03:25:03 +0000 (03:25 +0000)
commitf8dd4fc662c0a192f777bc426b37336300670b9b
tree1a314f64958a38642d2599af8a4f7c859dc50488
parent2181f88dc0f1c6ecebecc8457909601f3b4ee6aa
fix compile errors on readdir()-deficient platforms

* Cygwin does not have "struct dirent.d_type".  Check for that in the
configure script and use stat() to test for directory-ness instead.
git-archimport-id: srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-50
ChangeLog
configure.in
src/helpfile.c