* modules/d-type (License): Switch to LGPL.
[gnulib.git] / modules / unistd
1 Description:
2 A <unistd.h> for systems lacking it.
3
4 Files:
5 m4/unistd_h.m4
6
7 Depends-on:
8
9 configure.ac:
10 gl_HEADER_UNISTD
11
12 Makefile.am:
13 BUILT_SOURCES += $(UNISTD_H)
14
15 # We need the following in order to create an empty placeholder for
16 # <unistd.h> when the system doesn't have one.
17 unistd.h:
18         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
19           echo '/* Empty placeholder for $@.  */'; \
20         } > $@
21 MOSTLYCLEANFILES += unistd.h
22
23 Include:
24 #include <unistd.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Simon Josefsson