projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add dependencies to the 'largefile' module.
[pspp]
/
modules
/
mkstemps
1
Description:
2
mkstemps() function: create a private temporary file, with suffix
3
4
Files:
5
lib/mkstemps.c
6
m4/mkstemps.m4
7
8
Depends-on:
9
stdlib
10
extensions
11
largefile
12
tempname [test $HAVE_MKSTEMPS = 0]
13
14
configure.ac:
15
gl_FUNC_MKSTEMPS
16
if test $HAVE_MKSTEMPS = 0; then
17
AC_LIBOBJ([mkstemps])
18
fi
19
gl_MODULE_INDICATOR([mkstemps])
20
gl_STDLIB_MODULE_INDICATOR([mkstemps])
21
22
Makefile.am:
23
24
Include:
25
<stdlib.h>
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
Eric Blake