Description:
rewinddir() function: restart reading the entries of a directory from the
beginning

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

Depends-on:
dirent-h
largefile

configure.ac:
gl_FUNC_REWINDDIR
gl_CONDITIONAL([GL_COND_OBJ_REWINDDIR],
               [test $HAVE_REWINDDIR = 0 || test $REPLACE_REWINDDIR = 1])
gl_DIRENT_MODULE_INDICATOR([rewinddir])

Makefile.am:
if GL_COND_OBJ_REWINDDIR
lib_SOURCES += rewinddir.c
endif

Include:
<dirent.h>

License:
LGPL

Maintainer:
all
