Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / rewinddir
blobb95980df584764356116575cb35716771b9dec14
1 Description:
2 rewinddir() function: restart reading the entries of a directory from the
3 beginning
5 Files:
6 lib/rewinddir.c
7 lib/dirent-private.h
8 m4/rewinddir.m4
10 Depends-on:
11 dirent
12 largefile
14 configure.ac:
15 gl_FUNC_REWINDDIR
16 if test $HAVE_REWINDDIR = 0; then
17   AC_LIBOBJ([rewinddir])
19 gl_DIRENT_MODULE_INDICATOR([rewinddir])
21 Makefile.am:
23 Include:
24 <dirent.h>
26 License:
27 LGPL
29 Maintainer:
30 all