gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / closedir
blob9353e11f1c2cfd47c71d57d09b0286ca2f5b7013
1 Description:
2 closedir() function: stop reading the entries of a directory
4 Files:
5 lib/closedir.c
6 lib/dirent-private.h
7 m4/closedir.m4
9 Depends-on:
10 dirent
11 dirfd           [test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1]
13 configure.ac:
14 gl_FUNC_CLOSEDIR
15 gl_CONDITIONAL([GL_COND_OBJ_CLOSEDIR],
16                [test $HAVE_CLOSEDIR = 0 || test $REPLACE_CLOSEDIR = 1])
17 gl_DIRENT_MODULE_INDICATOR([closedir])
19 Makefile.am:
20 if GL_COND_OBJ_CLOSEDIR
21 lib_SOURCES += closedir.c
22 endif
24 Include:
25 <dirent.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all