New modules 'opendir', 'readdir', 'rewinddir', 'closedir'.
[gnulib.git] / modules / opendir
1 Description:
2 opendir() function: start reading the entries of a directory
3
4 Files:
5 lib/opendir.c
6 lib/dirent-private.h
7 m4/opendir.m4
8
9 Depends-on:
10 dirent
11 largefile
12 filename        [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
13
14 configure.ac:
15 gl_FUNC_OPENDIR
16 if test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1; then
17   AC_LIBOBJ([opendir])
18 fi
19 gl_DIRENT_MODULE_INDICATOR([opendir])
20
21 Makefile.am:
22
23 Include:
24 <dirent.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible