mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
* modules/dirent-h: Renamed from modules/dirent. * modules/dirent-h-tests: Renamed from modules/dirent-tests. * modules/dirent-h-c++-tests: Renamed from modules/dirent-c++-tests. * tests/test-dirent-h.c: Renamed from tests/test-dirent.c. * tests/test-dirent-h-c++.cc: Renamed from tests/test-dirent-c++.cc. * doc/posix-headers/dirent.texi: Update. * modules/* (Depends-on): Update. * modules/dirent: New file.
39 lines
518 B
Plaintext
39 lines
518 B
Plaintext
Description:
|
|
scandir() function: collect entries of a directory
|
|
|
|
Files:
|
|
lib/scandir.c
|
|
m4/scandir.m4
|
|
|
|
Depends-on:
|
|
builtin-expect
|
|
closedir
|
|
dirent-h
|
|
extensions
|
|
extensions-aix
|
|
largefile
|
|
opendir
|
|
readdir
|
|
|
|
configure.ac:
|
|
gl_FUNC_SCANDIR
|
|
gl_CONDITIONAL([GL_COND_OBJ_SCANDIR], [test $HAVE_SCANDIR = 0])
|
|
AM_COND_IF([GL_COND_OBJ_SCANDIR], [
|
|
gl_PREREQ_SCANDIR
|
|
])
|
|
gl_DIRENT_MODULE_INDICATOR([scandir])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_SCANDIR
|
|
lib_SOURCES += scandir.c
|
|
endif
|
|
|
|
Include:
|
|
<dirent.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all, glibc
|