# include "arch/bpstruct.h"\r
#endif\r
PACK_STRUCT_BEGIN\r
+#if (defined(__MWERKS__) || defined(__CWCC__))\r
+ #pragma options align= packed\r
+#endif\r
/** DNS message header */\r
struct dns_hdr {\r
u16_t id;\r
# include "arch/bpstruct.h"\r
#endif\r
PACK_STRUCT_BEGIN\r
+#if (defined(__MWERKS__) || defined(__CWCC__))\r
+ #pragma options align= packed\r
+#endif\r
/** DNS query message structure */\r
struct dns_query {\r
/* DNS query record starts with either a domain name or a pointer\r
# include "arch/bpstruct.h"\r
#endif\r
PACK_STRUCT_BEGIN\r
+#if (defined(__MWERKS__) || defined(__CWCC__))\r
+ #pragma options align= packed\r
+#endif\r
/** DNS answer message structure */\r
struct dns_answer {\r
/* DNS answer record starts with either a domain name or a pointer\r