summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-09-27 16:29:46 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-09-27 16:29:46 +0000
commit996b203e621bc76985ff0156b4f2ef720944b41b (patch)
treefc91785f81c98bb4e1ee35bed3b507d209d5d69d /configure
parent1d45168f4b4d21c33d7aaa23b8203e2a4a43545e (diff)
downloadpostgresql-996b203e621bc76985ff0156b4f2ef720944b41b.tar.gz
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 5396f8a81e..9372e37f36 100755
--- a/configure
+++ b/configure
@@ -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