chiark / gitweb /
[PATCH] tweak tdb to build within udev better.
[elogind.git] / tdb / tdb.c
index 34681ea78f28fea90617ad1699fae9e37abd7eef..772602ed5b3060bcaa7fea7a55882b4d3f0994fa 100644 (file)
--- a/tdb/tdb.c
+++ b/tdb/tdb.c
  * 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>