mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Add mkdtemp() to libpgport.
This function is pervasive on free software operating systems; import NetBSD's implementation. Back-patch to 8.4, like the commit that will harness it.
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -21319,7 +21319,8 @@ fi
|
||||
|
||||
|
||||
|
||||
for ac_func in crypt fls getopt getrusage inet_aton random rint srandom strerror strlcat strlcpy
|
||||
|
||||
for ac_func in crypt fls getopt getrusage inet_aton mkdtemp random rint srandom strerror strlcat strlcpy
|
||||
do
|
||||
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
|
Reference in New Issue
Block a user