diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-16 14:56:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-16 14:56:22 +0000 |
commit | 5d9158d7307172c955a9a114726e0e2636f2da9b (patch) | |
tree | c06dc41881c6d48cc157e295fb1cc359d78a2a82 /configure.local.example | |
parent | 72d5f8b30454867ff67650d9d828d741044534d7 (diff) | |
download | mandoc-5d9158d7307172c955a9a114726e0e2636f2da9b.tar.gz |
strtonum(3) compat glue
Diffstat (limited to 'configure.local.example')
-rw-r--r-- | configure.local.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.local.example b/configure.local.example index 4318ff79..b470fb0f 100644 --- a/configure.local.example +++ b/configure.local.example @@ -226,6 +226,7 @@ HAVE_STRLCAT=0 HAVE_STRLCPY=0 HAVE_STRPTIME=0 HAVE_STRSEP=0 +HAVE_STRTONUM=0 HAVE_SQLITE3=0 HAVE_SQLITE3_ERRSTR=0 |