]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/comm.c
Decrease loglevel to debug from error
[netatalk.git] / etc / cnid_dbd / comm.c
index 4a109100a4264321ec4318dcd2e84141f96ceffe..7cd8f5598c7cff49930ac147f799e7dea1d210bb 100644 (file)
@@ -9,17 +9,7 @@
 #include "config.h"
 #endif
 
-#if !defined(__FreeBSD__) && !defined(__NetBSD__)
-#ifndef _XOPEN_SOURCE
-# define _XOPEN_SOURCE 600
-#endif
-#ifndef __EXTENSIONS__
-# define __EXTENSIONS__
-#endif
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE
-#endif
-#endif
+#include <atalk/standards.h>
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -38,6 +28,7 @@
 #include <atalk/logger.h>
 #include <atalk/util.h>
 #include <atalk/cnid_dbd_private.h>
+#include <atalk/compat.h>
 
 #include "db_param.h"
 #include "usockfd.h"