10
10
# Other systems lack mkstemp altogether.
11
11
# On OSF1/Tru64 V4.0F, the system-provided mkstemp function can create
12
12
# only 32 files per process.
13
15
# On systems like the above, arrange to use the replacement function.
14
16
AC_DEFUN([gl_FUNC_MKSTEMP],
16
18
AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
19
20
AC_CHECK_FUNCS_ONCE([mkstemp])
20
21
if test $ac_cv_func_mkstemp = yes; then