]> git.saurik.com Git - apple/libresolv.git/blobdiff - resolv.h
libresolv-38.tar.gz
[apple/libresolv.git] / resolv.h
index 2a36c2237a6e9d5c1dc6a9b0713efbd3ad925fc3..d2dbd439c3b181e6018e4f25c8d8796ecbc783c2 100644 (file)
--- a/resolv.h
+++ b/resolv.h
 #ifndef _RESOLV_9_H_
 #define        _RESOLV_9_H_
 
-#ifdef BIND_8_COMPAT
-#include <resolv8_compat.h>
-#else
-
 #include <sys/param.h>
 #if (!defined(BSD)) || (BSD < 199306)
 # include <sys/bitypes.h>
@@ -82,8 +78,7 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <stdio.h>
-#include <arpa/nameser.h>
-
+#include <nameser.h>
 
 /*
  * Revision information.  This is the release date in YYYYMMDD format.
@@ -495,5 +490,4 @@ void                res_setservers __P((res_state, const union res_sockaddr_union *, int));
 int            res_getservers __P((res_state, union res_sockaddr_union *, int));
 __END_DECLS
 
-#endif /* !BIND_8_COMPAT */
 #endif /* !_RESOLV_9_H_ */