NetBSD/external/public-domain/sqlite
joerg 716cbf2576 Reenable threadsafe sqlite.
Do it properly and only enable thread-safety, but not the worker thread
support. The latter is what requires the whole libpthread dependency.
A potential compromis would be to use a weak pthread_create and only
enable worker threads if it is provided, but given that it is only
really used for large sorts, don't bother for now.
2021-02-05 21:48:52 +00:00
..
bin Revert addition of pthread dependency on sqlite. 2020-11-12 17:53:43 +00:00
dist Use the same macro used before for avoiding too large floats on vax. 2020-10-30 12:32:04 +00:00
lib Revert addition of pthread dependency on sqlite. 2020-11-12 17:53:43 +00:00
man
sqlite2mdoc
Makefile
Makefile.inc Reenable threadsafe sqlite. 2021-02-05 21:48:52 +00:00
README

# $NetBSD: README,v 1.1 2016/03/30 21:31:44 christos Exp $
To regenerate the man pages, build and run sqlite2mdoc < /usr/include/sqlite3.h