summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-12-19 17:43:21 +0000
committerZefram <zefram@fysh.org>2017-12-22 16:22:50 +0000
commit226394c3368f2e223fb9d10e2b5408a6bf8608f5 (patch)
tree8ac6a8322b21d7307cf8bfaeee954f23206469ee /Configure
parent90a9496b5607497839aa08a0ddcdfa54c9d47678 (diff)
downloadperl-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 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/Configure b/Configure
index 1eb0c8c8d7..135ba4e8b8 100755
--- a/Configure
+++ b/Configure
@@ -667,6 +667,7 @@ d_memrchr=''
d_mkdir=''
d_mkdtemp=''
d_mkfifo=''
+d_mkostemp=''
d_mkstemp=''
d_mkstemps=''
d_mktime=''
@@ -16187,6 +16188,10 @@ eval $inlibc
set mkfifo d_mkfifo
eval $inlibc
+: see if mkostemp exists
+set mkostemp d_mkostemp
+eval $inlibc
+
: see if mkstemp exists
set mkstemp d_mkstemp
eval $inlibc
@@ -24061,6 +24066,7 @@ d_memrchr='$d_memrchr'
d_mkdir='$d_mkdir'
d_mkdtemp='$d_mkdtemp'
d_mkfifo='$d_mkfifo'
+d_mkostemp='$d_mkostemp'
d_mkstemp='$d_mkstemp'
d_mkstemps='$d_mkstemps'
d_mktime64='$d_mktime64'