=================================================================== RCS file: /cvs/mandoc/Attic/config.h.post,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- mandoc/Attic/config.h.post 2014/08/04 23:44:29 1.10 +++ mandoc/Attic/config.h.post 2014/08/05 12:50:52 1.11 @@ -23,6 +23,9 @@ extern char *suboptarg; #ifndef HAVE_REALLOCARRAY extern void *reallocarray(void *, size_t, size_t); #endif +#ifndef HAVE_SQLITE3_ERRSTR +extern const char *sqlite3_errstr(int); +#endif #ifndef HAVE_STRCASESTR extern char *strcasestr(const char *, const char *); #endif