Description:
readdir() function: read the next entry of a directory

Files:
lib/readdir.c
lib/dirent-private.h
m4/readdir.m4

Depends-on:
dirent-h
largefile

configure.ac:
gl_FUNC_READDIR
gl_CONDITIONAL([GL_COND_OBJ_READDIR],
               [test $HAVE_READDIR = 0 || test $REPLACE_READDIR = 1])
gl_DIRENT_MODULE_INDICATOR([readdir])

Makefile.am:
if GL_COND_OBJ_READDIR
lib_SOURCES += readdir.c
endif

Include:
<dirent.h>

License:
LGPLv2+

Maintainer:
all
