posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mkostemp
blob8bfd9d5279f9e9df9cd81b41517733a3fa6b0811
1 Description:
2 mkostemp() function: create a private temporary file, with specific opening
3 flags.
5 Files:
6 lib/mkostemp.c
7 m4/mkostemp.m4
9 Depends-on:
10 stdlib
11 extensions
12 largefile
13 tempname        [test $HAVE_MKOSTEMP = 0]
15 configure.ac:
16 gl_FUNC_MKOSTEMP
17 if test $HAVE_MKOSTEMP = 0; then
18   AC_LIBOBJ([mkostemp])
19   gl_PREREQ_MKOSTEMP
21 gl_MODULE_INDICATOR([mkostemp])
22 gl_STDLIB_MODULE_INDICATOR([mkostemp])
24 Makefile.am:
26 Include:
27 <stdlib.h>
29 Link:
30 $(LIB_GETRANDOM)
31 $(LIB_CLOCK_GETTIME)
33 License:
34 LGPLv2+
36 Maintainer:
37 Jim Meyering