summaryrefslogtreecommitdiff
path: root/tdb/tdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'tdb/tdb.c')
-rw-r--r--tdb/tdb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tdb/tdb.c b/tdb/tdb.c
index 34681ea78f..772602ed5b 100644
--- a/tdb/tdb.c
+++ b/tdb/tdb.c
@@ -41,6 +41,12 @@
* right time. Probably too hard -- the process just doesn't know.
*/
+/* udev defines */
+#define STANDALONE
+#define TDB_DEBUG
+#define HAVE_MMAP 1
+
+
#ifdef STANDALONE
#if HAVE_CONFIG_H
#include <config.h>