From: Mark Andrews Date: Thu, 10 Jul 2014 00:32:54 +0000 (+1000) Subject: update description to match code; doxygen fixes X-Git-Tag: v9.11.0a1~1471 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1fc784da63836cb79544368bb9f73207027490af;p=thirdparty%2Fbind9.git update description to match code; doxygen fixes --- diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h index d86bb0fbc81..50d74690f23 100644 --- a/lib/isc/unix/include/isc/net.h +++ b/lib/isc/unix/include/isc/net.h @@ -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 */