Chris Wilson <chris@qwirx.com> wrote: > You're right, thanks! We're using readdir, but struct dirent has a > d_type member. Ah, but does it work? Some platforms have the struct member but populate it with the "unknown" value. Hence we have an autoconf check to see if it really works. Cheers, Martin.