1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add in srandom() check to configure

Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h
Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
This commit is contained in:
Marc G. Fournier
1997-09-18 16:09:41 +00:00
parent 2a3e28282e
commit 220941dac5
5 changed files with 18 additions and 4 deletions

2
src/configure vendored
View File

@ -3466,7 +3466,7 @@ else
fi
done
for ac_func in sigprocmask waitpid setsid random fcvt
for ac_func in sigprocmask waitpid setsid random srandom fcvt
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3473: checking for $ac_func" >&5