test-framework-sh: Fix side effect on dfa tests (regression 2024-06-11).
[gnulib.git] / modules / opendir
blobe0334d31be1f2ad0975e774b5dc2fc5c92113631
1 Description:
2 opendir() function: start reading the entries of a directory
4 Files:
5 lib/opendir.c
6 lib/dirent-private.h
7 m4/opendir.m4
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 dirfd           [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
17 configure.ac:
18 gl_FUNC_OPENDIR
19 gl_CONDITIONAL([GL_COND_OBJ_OPENDIR],
20                [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1])
21 gl_DIRENT_MODULE_INDICATOR([opendir])
23 Makefile.am:
24 if GL_COND_OBJ_OPENDIR
25 lib_SOURCES += opendir.c
26 endif
28 Include:
29 <dirent.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 all