2 glob() function: Search for files and directories with paths matching a
3 pattern, with GNU extensions.
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]
38 if test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1; then
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])