[project @ 2004-11-06 16:34:25 by panne]
authorpanne <unknown>
Sat, 6 Nov 2004 16:34:25 +0000 (16:34 +0000)
committerpanne <unknown>
Sat, 6 Nov 2004 16:34:25 +0000 (16:34 +0000)
commitd429a873fa0b6c1c071c486ba18e5dc7a73a1bb3
treecce324d7866d2b22241c185da2dfd3b6278c9cc7
parent0a96e3a4e174425627020b93565041cfcaa746ab
[project @ 2004-11-06 16:34:25 by panne]
'd->d_name' (where d is of type 'struct dirent*') should always return a pointer
to the directory entry's name, regardless if dirent is defined as

    struct dirent { ... ; char d_name[...]; }

or

    struct dirent { ... ; char* d_name; }

No need for autoconf trickery here.
aclocal.m4
configure.ac
include/HsBase.h