* lib/glthread/thread.h: Modernize comment.
[gnulib.git] / 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
12 configure.ac:
13 gl_FUNC_SCANDIR
14 if test $HAVE_SCANDIR = 0; then
15   AC_LIBOBJ([scandir])
16   gl_PREREQ_SCANDIR
17 fi
18 gl_DIRENT_MODULE_INDICATOR([scandir])
19
20 Makefile.am:
21
22 Include:
23 <dirent.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 all, glibc
30