Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / mkstemp
blob780908fea0a1bca9c3a6111fbcb1213cba77310f
1 Description:
2 mkstemp() function: create a private temporary file.
4 Files:
5 lib/mkstemp.c
6 m4/mkstemp.m4
8 Depends-on:
9 stdlib
10 extensions
11 largefile
12 tempname        [test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1]
14 configure.ac:
15 gl_FUNC_MKSTEMP
16 if test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1; then
17   AC_LIBOBJ([mkstemp])
18   gl_PREREQ_MKSTEMP
20 gl_STDLIB_MODULE_INDICATOR([mkstemp])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Jim Meyering