summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb_wrap.h
Commit message (Collapse)AuthorAgeFilesLines
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-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
* Use <tdb.h> to include tdb, so the system include file gets used when ↵Jelmer Vernooij2011-02-281-1/+1
| | | | | | building against system tdb.
* Typo fix.Brad Hards2010-02-221-1/+1
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Add a comment to tdb_wrap to explain why it should be used instead of ↵Matthieu Patou2010-01-211-0/+7
| | | | directly using tdb
* s3 merged build: Fix include errorTim Prouty2009-01-071-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.
* r26019: use <tdb.h> instead of "tdb.h"Stefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit e162958e6f9cd79f2caf1213f78d3f6a4cf90b9d)
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-0/+38
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)