]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/comm.c
Posix/SUS portability cleanup
[netatalk.git] / etc / cnid_dbd / comm.c
index bc8e46fd008ca7f06132eefe07518a8491ea7f3f..dbe8da14c0707df7d03d4079f9fe52ee5417638a 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>