]> granicus.if.org Git - curl/commitdiff
Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS
authorDaniel Stenberg <daniel@haxx.se>
Wed, 6 Apr 2005 22:27:42 +0000 (22:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Apr 2005 22:27:42 +0000 (22:27 +0000)
X.

ares/CHANGES
ares/ares_expand_name.c
ares/ares_gethostbyaddr.c
ares/ares_gethostbyname.c
ares/ares_init.c
ares/ares_mkquery.c
ares/ares_parse_a_reply.c
ares/ares_parse_ptr_reply.c
ares/ares_process.c
ares/ares_query.c
ares/ares_send.c

index 1cc64ff636bfffed6cd9e923a738727af65042fa..a2207cb4b445b233962b7f3cfa758ed1c12dd05b 100644 (file)
@@ -1,5 +1,9 @@
   Changelog for the c-ares project
 
+* April 7
+- Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac
+  OS X.
+
 * April 5
 
 - Dominick Meglio: Provided implementations of inet_net_pton and inet_pton
index 0942bfa982e6e573338af4d9dca7efb7044de657..114d0c507444774dbee55c983ae7ab845ebb169a 100644 (file)
@@ -21,6 +21,9 @@
 #else
 #include <netinet/in.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #endif
 
 #include <stdlib.h>
index 265b89d240e6b7bad2946b4f0c7dbc373de9b86e..09e0dd39b2f37a1177ebcf4cfb84970ace8e5528 100644 (file)
@@ -23,6 +23,9 @@
 #include <netinet/in.h>
 #include <netdb.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #endif
 
 #include <stdio.h>
index fddfda7d66ecd04503e55e5fc2f734c6c233391a..8d77fdefee406be13715c56e2b5ca66c8527dc15 100644 (file)
@@ -24,6 +24,9 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #endif
 
 #include <stdio.h>
index f1e329e1290701b787c205a810664ed978aff70e..c9d1cd2189e3dd2704ffaf4fde2ec1dfc8aef4d2 100644 (file)
@@ -31,6 +31,9 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
index fd9c369fb6ee51272e0befdf58abc84b9e7e6a8a..d5c40cb74a135db1b0c995f4e6e087d6b46a8b0f 100644 (file)
@@ -21,6 +21,9 @@
 #else
 #include <netinet/in.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #endif
 
 #include <stdlib.h>
index 296168765f16699123314e7d6c6a5ac6bfe6489a..8f69bf0e674741536ab8968ccac09c9440b282ff 100644 (file)
@@ -24,6 +24,9 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #endif
 
 #include <stdlib.h>
index 20df4114b275a843fc22e268c3eab6f69829fee6..2bac907db651862c21ca749e4de0ae994215ed8d 100644 (file)
@@ -23,6 +23,9 @@
 #include <netinet/in.h>
 #include <netdb.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #endif
 
 #include <stdlib.h>
index 0190f785ebe3905c5d723e98c5bb8db012cc1499..15d3726421da68c98f94174b0d865d87131a386f 100644 (file)
@@ -27,6 +27,9 @@
 #include <netinet/in.h>
 #include <netdb.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
index b39dc6d5c8366aafb6155df986ccda5afcd7cb04..47c0670eb83b21c94a6f63a2d0be9f3fc47a9f27 100644 (file)
@@ -21,6 +21,9 @@
 #else
 #include <netinet/in.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #endif
 
 #include <stdlib.h>
index 99f303966a8663950099eca99c3e7c9ff5c9bd26..83cea801761a3ae90a1681626e81a39c0aac6f09 100644 (file)
@@ -21,6 +21,9 @@
 #else
 #include <netinet/in.h>
 #include <arpa/nameser.h>
+#ifdef HAVE_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
+#endif
 #endif
 
 #include <stdlib.h>