summaryrefslogtreecommitdiffstats
path: root/config.h.post
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-04 23:44:29 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-04 23:44:29 +0000
commit5006daea854fb2fa8532dd9925a3c355dfd540b6 (patch)
tree930ed885077838f36668aef81b5b39515ffb37df /config.h.post
parente4a349ac473803960fb153f440cc49a05fb2b0d3 (diff)
downloadmandoc-5006daea854fb2fa8532dd9925a3c355dfd540b6.tar.gz
remove strnlen(3) compat, we no longer use it
Diffstat (limited to 'config.h.post')
-rw-r--r--config.h.post3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.post b/config.h.post
index f2d24297..07b53415 100644
--- a/config.h.post
+++ b/config.h.post
@@ -32,9 +32,6 @@ extern size_t strlcat(char *, const char *, size_t);
#ifndef HAVE_STRLCPY
extern size_t strlcpy(char *, const char *, size_t);
#endif
-#ifndef HAVE_STRNLEN
-extern size_t strnlen(const char *, size_t);
-#endif
#ifndef HAVE_STRSEP
extern char *strsep(char **, const char *);
#endif