aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-02-16 14:56:22 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-02-16 14:56:22 +0000
commitde65759ae10a0dde57d4be5019cd5abfb3dfe4bc (patch)
treecdf4c54edc5f0efad3b6f8b9f9b5d4778f221468 /configure.local.example
parentcc64f006bae2e1c1378f5d14063a116e6ef4aaaf (diff)
downloadmandoc-de65759ae10a0dde57d4be5019cd5abfb3dfe4bc.tar.gz
mandoc-de65759ae10a0dde57d4be5019cd5abfb3dfe4bc.tar.zst
mandoc-de65759ae10a0dde57d4be5019cd5abfb3dfe4bc.zip
strtonum(3) compat glue
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index fd27550b..bb391591 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.5 2015/02/03 21:16:02 schwarze Exp $
+# $Id: configure.local.example,v 1.6 2015/02/16 14:56:22 schwarze Exp $
#
# Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -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