diff options
author | Zefram <zefram@fysh.org> | 2017-12-19 17:43:21 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2017-12-22 16:22:50 +0000 |
commit | 226394c3368f2e223fb9d10e2b5408a6bf8608f5 (patch) | |
tree | 8ac6a8322b21d7307cf8bfaeee954f23206469ee /config_h.SH | |
parent | 90a9496b5607497839aa08a0ddcdfa54c9d47678 (diff) | |
download | perl-226394c3368f2e223fb9d10e2b5408a6bf8608f5.tar.gz |
configure probe for mkostemp()
This is another file descriptor creating function that's needed as an
O_CLOEXEC-handling variant of an existing function.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index b8300b4941..71d744222b 100755 --- a/config_h.SH +++ b/config_h.SH @@ -3044,6 +3044,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_mkdtemp HAS_MKDTEMP /**/ +/* HAS_MKOSTEMP: + * This symbol, if defined, indicates that the mkostemp routine is + * available to exclusively create and open a uniquely named + * temporary file. + */ +#$d_mkostemp HAS_MKOSTEMP /**/ + /* HAS_MKSTEMPS: * This symbol, if defined, indicates that the mkstemps routine is * available to exclusively create and open a uniquely named |