verify: new macro 'assume'
[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 unistd          [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
14 closedir        [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
15
16 configure.ac:
17 gl_FUNC_OPENDIR
18 if test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1; then
19   AC_LIBOBJ([opendir])
20 fi
21 gl_DIRENT_MODULE_INDICATOR([opendir])
22
23 Makefile.am:
24
25 Include:
26 <dirent.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible