]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update description to match code; doxygen fixes
authorMark Andrews <marka@isc.org>
Thu, 10 Jul 2014 00:32:54 +0000 (10:32 +1000)
committerMark Andrews <marka@isc.org>
Thu, 10 Jul 2014 00:33:24 +0000 (10:33 +1000)
lib/isc/unix/include/isc/net.h

index d86bb0fbc81e4c0837ce4ea077d8dc4486773e33..50d74690f23899eb5473c2e6254af1de6c1c119d 100644 (file)
@@ -376,4 +376,8 @@ isc_net_aton(const char *cp, struct in_addr *addr);
 
 ISC_LANG_ENDDECLS
 
+#ifndef INADDR_ANY
+#error INADDR_ANY not defined
+#endif
+
 #endif /* ISC_NET_H */