X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=tdb%2Ftdb.c;h=9ae57a974e08cf1054b4a51b19988f065a7d4228;hp=34681ea78f28fea90617ad1699fae9e37abd7eef;hb=e68faf511dd9be15a27042d1828460d3655707d8;hpb=5ac4a56b39fed9d95850161864befe612b1a538e;ds=sidebyside diff --git a/tdb/tdb.c b/tdb/tdb.c index 34681ea78..9ae57a974 100644 --- a/tdb/tdb.c +++ b/tdb/tdb.c @@ -41,11 +41,18 @@ * 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 #endif +#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T #include #include #include