chiark / gitweb /
[PATCH] udev - more CALLOUT is PROGRAM now
[elogind.git] / tdb / tdb.c
index 34681ea78f28fea90617ad1699fae9e37abd7eef..9ae57a974e08cf1054b4a51b19988f065a7d4228 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>
 #endif
 
+#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
 #include <stdlib.h>
 #include <stdio.h>
 #include <fcntl.h>