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

Add strlcpy() to the set of functions supported by src/port/ when not

available directly on the platform.  Per discussion, this function is
sufficiently widely recognized to be treated as standard.
This commit is contained in:
Tom Lane
2006-09-27 16:29:46 +00:00
parent 1d45168f4b
commit 996b203e62
5 changed files with 80 additions and 5 deletions

3
configure vendored
View File

@ -14505,7 +14505,8 @@ fi
for ac_func in crypt fseeko getopt getrusage inet_aton random rint srandom strdup strerror strtol strtoul unsetenv
for ac_func in crypt fseeko getopt getrusage inet_aton random rint srandom strdup strerror strlcpy 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