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

Add port support for unsetenv() in back branches. Needed for locale

environment fix.
This commit is contained in:
Tom Lane
2006-01-05 00:51:25 +00:00
parent fcacfc96a2
commit 37cdf43eaa
5 changed files with 68 additions and 4 deletions

3
configure vendored
View File

@ -11970,7 +11970,8 @@ fi
for ac_func in crypt fseeko getopt getrusage inet_aton random rint srandom strcasecmp strdup strerror strtol strtoul
for ac_func in crypt fseeko getopt getrusage inet_aton random rint srandom strcasecmp strdup strerror strtol strtoul unsetenv
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5