summaryrefslogtreecommitdiffstats
path: root/tdb/tdb.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-23 04:39:28 +0200
committerGreg KH <gregkh@suse.de>2005-04-27 06:05:23 +0200
commitaa04c7f0cf40d07a25cc3186c8d786cf9014f531 (patch)
tree9615d240a66c3edaf89e38abb517393d0aaa2881 /tdb/tdb.c
parent[PATCH] make libsysfs spit debug messages to the same place as the rest of udev. (diff)
downloadsystemd-aa04c7f0cf40d07a25cc3186c8d786cf9014f531.tar.xz
systemd-aa04c7f0cf40d07a25cc3186c8d786cf9014f531.zip
[PATCH] tweak tdb to build within udev better.
Diffstat (limited to '')
-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>