pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / mkdtemp
1 Description:
2 mkdtemp() function: create a private temporary directory.
3
4 Files:
5 lib/mkdtemp.c
6 m4/mkdtemp.m4
7
8 Depends-on:
9 stdlib
10 stdint          [test $HAVE_MKDTEMP = 0]
11 tempname        [test $HAVE_MKDTEMP = 0]
12
13 configure.ac:
14 gl_FUNC_MKDTEMP
15 if test $HAVE_MKDTEMP = 0; then
16   AC_LIBOBJ([mkdtemp])
17   gl_PREREQ_MKDTEMP
18 fi
19 gl_STDLIB_MODULE_INDICATOR([mkdtemp])
20
21 Makefile.am:
22
23 Include:
24 <stdlib.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible
31