summaryrefslogtreecommitdiff
path: root/modules/scandir
blob: eefdfa7cff238ae49d62a81a7cc1d2559178d3aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Description:
scandir() function: collect entries of a directory

Files:
lib/scandir.c
m4/scandir.m4

Depends-on:
builtin-expect
closedir
dirent
extensions
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