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
