log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / mkstemps
blob61af8d5fcd97026ee67b643479bf4e42a089497a
1 Description:
2 mkstemps() function: create a private temporary file, with suffix
4 Files:
5 lib/mkstemps.c
6 m4/mkstemps.m4
8 Depends-on:
9 stdlib
10 extensions
11 largefile
12 tempname        [test $HAVE_MKSTEMPS = 0]
14 configure.ac:
15 gl_FUNC_MKSTEMPS
16 if test $HAVE_MKSTEMPS = 0; then
17   AC_LIBOBJ([mkstemps])
19 gl_MODULE_INDICATOR([mkstemps])
20 gl_STDLIB_MODULE_INDICATOR([mkstemps])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Eric Blake