math: Add support for OpenVMS.
[gnulib/ericb.git] / modules / mkdtemp
blob3bd83e2262d36af15c92a8d79ce1510d8bfa6727
1 Description:
2 mkdtemp() function: create a private temporary directory.
4 Files:
5 lib/mkdtemp.c
6 m4/mkdtemp.m4
8 Depends-on:
9 stdlib
10 stdint          [test $HAVE_MKDTEMP = 0]
11 tempname        [test $HAVE_MKDTEMP = 0]
13 configure.ac:
14 gl_FUNC_MKDTEMP
15 if test $HAVE_MKDTEMP = 0; then
16   AC_LIBOBJ([mkdtemp])
17   gl_PREREQ_MKDTEMP
19 gl_STDLIB_MODULE_INDICATOR([mkdtemp])
21 Makefile.am:
23 Include:
24 <stdlib.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all