Include <unistd.h> unconditionally.
[gnulib.git] / modules / mkdtemp
1 Description:
2 mkdtemp() function: create a private temporary directory.
3
4 Files:
5 lib/mkdtemp.h
6 lib/mkdtemp.c
7 m4/ulonglong.m4
8 m4/stdint_h.m4
9 m4/inttypes_h.m4
10 m4/uintmax_t.m4
11 m4/mkdtemp.m4
12
13 Depends-on:
14 unistd
15
16 configure.ac:
17 gt_FUNC_MKDTEMP
18
19 Makefile.am:
20 lib_SOURCES += mkdtemp.h
21
22 Include:
23 "mkdtemp.h"
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30