d3a97fe89623ff05aefd15195596bf7a6d13c5d7
[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 pathmax         [test $REPLACE_TMPFILE = 1]
11 tempname        [test $REPLACE_TMPFILE = 1]
12 tmpdir          [test $REPLACE_TMPFILE = 1]
13
14 configure.ac:
15 gl_FUNC_TMPFILE
16 if test $REPLACE_TMPFILE = 1; then
17   AC_LIBOBJ([tmpfile])
18   gl_PREREQ_TMPFILE
19 fi
20 gl_STDIO_MODULE_INDICATOR([tmpfile])
21
22 Makefile.am:
23
24 Include:
25 <stdio.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Ben Pfaff