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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
mkostemp
blob
8bfd9d5279f9e9df9cd81b41517733a3fa6b0811
1
Description:
2
mkostemp() function: create a private temporary file, with specific opening
3
flags.
4
5
Files:
6
lib/mkostemp.c
7
m4/mkostemp.m4
8
9
Depends-on:
10
stdlib
11
extensions
12
largefile
13
tempname [test $HAVE_MKOSTEMP = 0]
14
15
configure.ac:
16
gl_FUNC_MKOSTEMP
17
if test $HAVE_MKOSTEMP = 0; then
18
AC_LIBOBJ([mkostemp])
19
gl_PREREQ_MKOSTEMP
20
fi
21
gl_MODULE_INDICATOR([mkostemp])
22
gl_STDLIB_MODULE_INDICATOR([mkostemp])
23
24
Makefile.am:
25
26
Include:
27
<stdlib.h>
28
29
Link:
30
$(LIB_GETRANDOM)
31
$(LIB_CLOCK_GETTIME)
32
33
License:
34
LGPLv2+
35
36
Maintainer:
37
Jim Meyering