]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/rtmp.h
Update NEWS
[netatalk.git] / include / atalk / rtmp.h
index e5921c26acf4e1cf0d1225666d75189764f00474..474bd5a181180fee6784aa85f7e0964862cceb8a 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef _ATALK_RTMP_H
 #define _ATALK_RTMP_H 1
 
+#ifndef NO_DDP
+
 #include <netatalk/endian.h>
 
 #define RTMPROP_REQUEST        1
@@ -42,4 +44,5 @@ struct rtmprdhdr {
     u_int8_t    rrdh_id;
 };
 
+#endif  /* NO_DDP */
 #endif