]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/getcertsbyname.c
ipsec-92.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / getcertsbyname.c
index 890f067cb5a84d935d11c06a4eb5bf07cc297a68..6ce6be1c3529160e0795b1c2fd1bf9b2cf1049b3 100644 (file)
@@ -29,9 +29,6 @@
  * SUCH DAMAGE.
  */
 
-//%%%HWR Do we need this?
-#define BIND_8_COMPAT
-
 #include "config.h"
 
 #include <sys/types.h>
@@ -39,7 +36,7 @@
 #include <sys/socket.h>
 
 #include <netinet/in.h>
-#include <arpa/nameser.h>
+#include <arpa/nameser_compat.h>
 #include <resolv.h>
 #ifdef HAVE_LWRES_GETRRSETBYNAME
 #include <lwres/netdb.h>