]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/comm.c
Merge remote branch 'netafp/master' into branch-allea
[netatalk.git] / etc / cnid_dbd / comm.c
index 64038714961320c2adc775d46cdf016d20939e4a..4a109100a4264321ec4318dcd2e84141f96ceffe 100644 (file)
@@ -9,6 +9,7 @@
 #include "config.h"
 #endif
 
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
 #ifndef _XOPEN_SOURCE
 # define _XOPEN_SOURCE 600
 #endif
@@ -18,6 +19,7 @@
 #ifndef _GNU_SOURCE
 # define _GNU_SOURCE
 #endif
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>