]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/netddp.h
Update NEWS
[netatalk.git] / include / atalk / netddp.h
index bf1c9bd3a8007407c8a3739597ab3f9835432830..e6bccd433ea8cb2974ece789403b0ab0b410c283 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef _ATALK_NETDDP_H
 #define _ATALK_NETDDP_H 1
 
+#ifndef NO_DDP
+
 #include <sys/types.h>
 #include <sys/cdefs.h>
 #include <sys/socket.h>
@@ -35,5 +37,6 @@ extern int netddp_recvfrom (int, void *, int, unsigned int,
 #define netddp_recvfrom  recvfrom
 #endif
 
+#endif  /* NO_DDP */
 #endif /* netddp.h */