* lib/c-stack.c: Include unistd.h unconditionally, since we now assume
[gnulib.git] / modules / glob
1 Description:
2 glob() function: Search for files and directories with paths matching a
3 pattern, with GNU extensions.
4
5 Files:
6 lib/glob_.h
7 lib/glob-libc.h
8 lib/glob.c
9 m4/d-type.m4
10 m4/glob.m4
11
12 Depends-on:
13 alloca
14 extensions
15 fnmatch
16 getlogin_r
17 mempcpy
18 restrict
19 stat-macros
20 stdbool
21 strdup
22 unistd
23
24 configure.ac:
25 gl_GLOB
26
27 Makefile.am:
28 BUILT_SOURCES += $(GLOB_H)
29
30 # We need the following in order to create <glob.h> when the system
31 # doesn't have one that works with the given compiler.
32 glob.h: glob_.h
33         cp $(srcdir)/glob_.h $@-t
34         mv $@-t $@
35 MOSTLYCLEANFILES += glob.h glob.h-t
36
37 Include:
38 <glob.h>
39
40 License:
41 LGPL
42
43 Maintainer:
44 all, glibc