[PATCH v2] new: Detect dirent.d_type support at configure time

2014-02-14 Thread David Bremner
Austin Clements writes: > This is a trivial rebase of > id:1385262952-29240-1-git-send-email-amdragon at mit.edu, which I > apparently never got around to sending. Tomi and Jani checked off v1 > of this patch, so I'm marking it ready. pushed, d

Re: [PATCH v2] new: Detect dirent.d_type support at configure time

2014-02-14 Thread David Bremner
Austin Clements writes: > This is a trivial rebase of > id:1385262952-29240-1-git-send-email-amdra...@mit.edu, which I > apparently never got around to sending. Tomi and Jani checked off v1 > of this patch, so I'm marking it ready. pushed, d ___ notm

[PATCH v2] new: Detect dirent.d_type support at configure time

2014-02-13 Thread Tomi Ollila
On Thu, Feb 13 2014, Austin Clements wrote: > Support for dirent.d_type is OS-specific. Previously, we used > _DIRENT_HAVE_D_TYPE to detect support for this, but this is apparently > a glic-ism (FreeBSD, for example, supports d_type, but does not define > this). Since there's no cross-platform

[PATCH v2] new: Detect dirent.d_type support at configure time

2014-02-13 Thread Austin Clements
Support for dirent.d_type is OS-specific. Previously, we used _DIRENT_HAVE_D_TYPE to detect support for this, but this is apparently a glic-ism (FreeBSD, for example, supports d_type, but does not define this). Since there's no cross-platform way to detect support for dirent.d_type, detect it usi

Re: [PATCH v2] new: Detect dirent.d_type support at configure time

2014-02-12 Thread Tomi Ollila
On Thu, Feb 13 2014, Austin Clements wrote: > Support for dirent.d_type is OS-specific. Previously, we used > _DIRENT_HAVE_D_TYPE to detect support for this, but this is apparently > a glic-ism (FreeBSD, for example, supports d_type, but does not define > this). Since there's no cross-platform

[PATCH v2] new: Detect dirent.d_type support at configure time

2014-02-12 Thread Austin Clements
Support for dirent.d_type is OS-specific. Previously, we used _DIRENT_HAVE_D_TYPE to detect support for this, but this is apparently a glic-ism (FreeBSD, for example, supports d_type, but does not define this). Since there's no cross-platform way to detect support for dirent.d_type, detect it usi