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
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
tmpfile
blob
e98a8ee5aedb1213191b71a0a54b7bbef2503430
1
Description:
2
tmpfile() function: create a temporary file.
3
4
Files:
5
lib/tmpfile.c
6
m4/tmpfile.m4
7
8
Depends-on:
9
stdio
10
largefile
11
pathmax [test $REPLACE_TMPFILE = 1]
12
tempname [test $REPLACE_TMPFILE = 1]
13
tmpdir [test $REPLACE_TMPFILE = 1]
14
15
configure.ac:
16
gl_FUNC_TMPFILE
17
if test $REPLACE_TMPFILE = 1; then
18
AC_LIBOBJ([tmpfile])
19
gl_PREREQ_TMPFILE
20
fi
21
gl_STDIO_MODULE_INDICATOR([tmpfile])
22
23
Makefile.am:
24
25
Include:
26
<stdio.h>
27
28
License:
29
LGPL
30
31
Maintainer:
32
Ben Pfaff