verify: new macro 'assume'
[gnulib.git] / modules / tmpfile
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