chiark / gitweb /
[PATCH] udev-add build cleanups for other libc versions.
[elogind.git] / tdb / spinlock.c
index 2370ce3bdd93286d8c86e3f7c410a3e0ad1e37a4..4b17b1d9431e6e5022fe1d59e096c07e34945f46 100644 (file)
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
+/* udev defines */
+#define STANDALONE
+#define TDB_DEBUG
+#define HAVE_MMAP      1
+
+
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif
 
-#if STANDALONE
+#ifdef STANDALONE
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>