]> git.ipfire.org Git - thirdparty/collectd.git/commit
configure.ac: Check for strnlen, implement alternative.
authorFlorian Forster <octo@google.com>
Tue, 1 Sep 2020 13:39:57 +0000 (15:39 +0200)
committerFlorian Forster <octo@google.com>
Mon, 14 Sep 2020 06:58:08 +0000 (08:58 +0200)
commit4e5151659401c43679ca2eaa2968650fa051d930
tree64544969900b8ed2caf7d15ca9e45e32f4520e7e
parentcefdc7ba008c459696075c61e7cff011604f1065
configure.ac: Check for strnlen, implement alternative.

Solaris 10 doesn't provide a strnlen(3). Provide a simple alternative if so.
configure.ac
src/utils/common/common.c
src/utils/common/common.h
src/utils/strbuf/strbuf.c