verify: new macro 'assume'
[gnulib.git] / modules / closedir
1 Description:
2 closedir() function: stop reading the entries of a directory
3
4 Files:
5 lib/closedir.c
6 lib/dirent-private.h
7 m4/closedir.m4
8
9 Depends-on:
10 dirent
11
12 configure.ac:
13 gl_FUNC_CLOSEDIR
14 if test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1; then
15   AC_LIBOBJ([closedir])
16 fi
17 gl_DIRENT_MODULE_INDICATOR([closedir])
18
19 Makefile.am:
20
21 Include:
22 <dirent.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible