]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/comm.c
New MySQL CNID backend
[netatalk.git] / etc / cnid_dbd / comm.c
index 64038714961320c2adc775d46cdf016d20939e4a..28fab0e47b7a79d9b6315fc1e17e7063c0b09083 100644 (file)
@@ -9,15 +9,7 @@
 #include "config.h"
 #endif
 
-#ifndef _XOPEN_SOURCE
-# define _XOPEN_SOURCE 600
-#endif
-#ifndef __EXTENSIONS__
-# define __EXTENSIONS__
-#endif
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE
-#endif
+#include <atalk/standards.h>
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -35,7 +27,8 @@
 
 #include <atalk/logger.h>
 #include <atalk/util.h>
-#include <atalk/cnid_dbd_private.h>
+#include <atalk/cnid_bdb_private.h>
+#include <atalk/compat.h>
 
 #include "db_param.h"
 #include "usockfd.h"