repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
mkdtemp
blob
d4603bf59417e4b33996b72cebbd3cddb5530f94
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
Link:
27
$(LIB_GETRANDOM)
28
$(LIB_CLOCK_GETTIME)
29
30
License:
31
LGPLv2+
32
33
Maintainer:
34
all