aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-01-04 13:40:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-01-04 13:40:01 +0000
commitc2df3e519a8701a868dc4910744c40b42e3f73e4 (patch)
tree0c5c44e60bdd39ba559094821ebe7057982aac3b /configure
parent6d55934c65607a0db77403b6b364af25e7ae1a70 (diff)
downloadmandoc-c2df3e519a8701a868dc4910744c40b42e3f73e4.tar.gz
mandoc-c2df3e519a8701a868dc4910744c40b42e3f73e4.tar.zst
mandoc-c2df3e519a8701a868dc4910744c40b42e3f73e4.zip
Even though strnlen(3) is required by POSIX 2008,
Matthias Scheler reports than Solaris 10 lacks it. While here, sort the declarations in config.h and move the headers to the top.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1d164697..5a24bb58 100755
--- a/configure
+++ b/configure
@@ -37,6 +37,7 @@ runtest ohash OHASH
runtest strcasestr STRCASESTR
runtest strlcat STRLCAT
runtest strlcpy STRLCPY
+runtest strnlen STRNLEN
runtest strptime STRPTIME
runtest strsep STRSEP
echo