summaryrefslogtreecommitdiff
path: root/gnulib/modules/mkstemp
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/mkstemp')
m---------gnulib0
-rw-r--r--gnulib/modules/mkstemp31
2 files changed, 31 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/mkstemp b/gnulib/modules/mkstemp
new file mode 100644
index 0000000..780908f
--- /dev/null
+++ b/gnulib/modules/mkstemp
@@ -0,0 +1,31 @@
+Description:
+mkstemp() function: create a private temporary file.
+
+Files:
+lib/mkstemp.c
+m4/mkstemp.m4
+
+Depends-on:
+stdlib
+extensions
+largefile
+tempname [test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1]
+
+configure.ac:
+gl_FUNC_MKSTEMP
+if test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1; then
+ AC_LIBOBJ([mkstemp])
+ gl_PREREQ_MKSTEMP
+fi
+gl_STDLIB_MODULE_INDICATOR([mkstemp])
+
+Makefile.am:
+
+Include:
+<stdlib.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering