1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Second try at a portable unsetenv().

This commit is contained in:
Tom Lane
2004-05-05 21:18:29 +00:00
parent dadce6509a
commit 9e16195f3f
6 changed files with 71 additions and 25 deletions

3
configure vendored
View File

@ -11744,7 +11744,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