* modules/tmpdir (Depends-on): Add sys_stat.
[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/mkdtemp.m4
8
9 Depends-on:
10 stdint
11 tempname
12
13 configure.ac:
14 gt_FUNC_MKDTEMP
15
16 Makefile.am:
17
18 Include:
19 "mkdtemp.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible
26