summaryrefslogtreecommitdiff
path: root/source4/lib/tdb_wrap.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-45/+0
This #if _SAMBA_BUILD == 3 is very unfortunate, as it means that in the top level build, these options are not available for these databases. However, having two different tdb_wrap lists is a worse fate, so this will do for now. Andrew Bartlett
2011-02-28Use <tdb.h> to include tdb, so the system include file gets used when ↵Jelmer Vernooij1-1/+1
building against system tdb.
2010-02-22Typo fix.Brad Hards1-1/+1
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2010-01-21Add a comment to tdb_wrap to explain why it should be used instead of ↵Matthieu Patou1-0/+7
directly using tdb
2009-01-07s3 merged build: Fix include errorTim Prouty1-1/+1
On some builds compiling source4/ntvfs/common/brlock_tdb.c was failing because tdb_wrap.h couldn't find tdb.h. Adding the path should fix the problem.
2007-12-21r26019: use <tdb.h> instead of "tdb.h"Stefan Metzmacher1-1/+1
metze (This used to be commit e162958e6f9cd79f2caf1213f78d3f6a4cf90b9d)
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-0/+38
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)