Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / tmpfile
blob884f284f22d4a02c2eaa611acab06c89e38a50ad
1 Description:
2 tmpfile() function: create a temporary file.
4 Files:
5 lib/tmpfile.c
6 m4/tmpfile.m4
8 Depends-on:
9 stdio
10 largefile
11 pathmax         [test $REPLACE_TMPFILE = 1]
12 stdbool         [test $REPLACE_TMPFILE = 1]
13 tempname        [test $REPLACE_TMPFILE = 1]
14 tmpdir          [test $REPLACE_TMPFILE = 1]
16 configure.ac:
17 gl_FUNC_TMPFILE
18 if test $REPLACE_TMPFILE = 1; then
19   AC_LIBOBJ([tmpfile])
20   gl_PREREQ_TMPFILE
22 gl_STDIO_MODULE_INDICATOR([tmpfile])
24 Makefile.am:
26 Include:
27 <stdio.h>
29 License:
30 LGPL
32 Maintainer:
33 Ben Pfaff