modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / modules / opendir
blobcfb9e1a268b782c12437528729b6b8737f4c1510
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]
16 configure.ac:
17 gl_FUNC_OPENDIR
18 if test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1; then
19   AC_LIBOBJ([opendir])
21 gl_DIRENT_MODULE_INDICATOR([opendir])
23 Makefile.am:
25 Include:
26 <dirent.h>
28 License:
29 LGPL
31 Maintainer:
32 all