summaryrefslogtreecommitdiff
path: root/modules/readdir
blob: 111fd307af6674461aec79f5952ea90af937ce0c (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
Description:
readdir() function: read the next entry of a directory

Files:
lib/readdir.c
lib/dirent-private.h
m4/readdir.m4

Depends-on:
dirent
largefile

configure.ac:
gl_FUNC_READDIR
gl_CONDITIONAL([GL_COND_OBJ_READDIR],
               [test $HAVE_READDIR = 0 || test $REPLACE_READDIR = 1])
gl_DIRENT_MODULE_INDICATOR([readdir])

Makefile.am:
if GL_COND_OBJ_READDIR
lib_SOURCES += readdir.c
endif

Include:
<dirent.h>

License:
LGPLv2+

Maintainer:
all