projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add dependencies to the 'largefile' module.
[pspp]
/
modules
/
scandir
1
Description:
2
scandir() function: collect entries of a directory
3
4
Files:
5
lib/scandir.c
6
m4/scandir.m4
7
8
Depends-on:
9
dirent
10
extensions
11
largefile
12
13
configure.ac:
14
gl_FUNC_SCANDIR
15
if test $HAVE_SCANDIR = 0; then
16
AC_LIBOBJ([scandir])
17
gl_PREREQ_SCANDIR
18
fi
19
gl_DIRENT_MODULE_INDICATOR([scandir])
20
21
Makefile.am:
22
23
Include:
24
<dirent.h>
25
26
License:
27
LGPL
28
29
Maintainer:
30
all, glibc
31