timespec_get: New module.
[gnulib.git] / modules / glob
blobeb1bd9e5aee54dae35f4048b1509b1a873bd1e9f
1 Description:
2 glob() function: Search for files and directories with paths matching a
3 pattern, with GNU extensions.
5 Files:
6 lib/glob.c
7 lib/glob_internal.h
8 lib/glob_pattern_p.c
9 lib/globfree.c
10 m4/glob.m4
12 Depends-on:
13 glob-h
14 c99
15 largefile
16 alloca          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
17 builtin-expect  [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
18 closedir        [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
19 d-type          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
20 flexmember      [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
21 fnmatch         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
22 getlogin_r      [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
23 libc-config     [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
24 memchr          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
25 mempcpy         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
26 opendir         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
27 readdir         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
28 scratch_buffer  [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
29 stat            [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
30 stdbool         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
31 stdint          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
32 strdup          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
33 unistd          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
34 malloc-posix    [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
36 configure.ac:
37 gl_GLOB
38 if test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1; then
39   AC_LIBOBJ([glob])
40   AC_LIBOBJ([globfree])
41   gl_PREREQ_GLOB
43 if test $HAVE_GLOB_PATTERN_P = 0 || test $REPLACE_GLOB_PATTERN_P = 1; then
44   AC_LIBOBJ([glob_pattern_p])
46 gl_GLOB_MODULE_INDICATOR([glob])
48 Makefile.am:
50 Include:
51 <glob.h>
53 Link:
54 $(LIB_MBRTOWC)
56 License:
57 LGPLv2+
59 Maintainer:
60 all, glibc