summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/mac/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxml/mac/config.h')
-rw-r--r--chromium/third_party/libxml/mac/config.h37
1 files changed, 8 insertions, 29 deletions
diff --git a/chromium/third_party/libxml/mac/config.h b/chromium/third_party/libxml/mac/config.h
index c702e7980cf..62bfa6b69e6 100644
--- a/chromium/third_party/libxml/mac/config.h
+++ b/chromium/third_party/libxml/mac/config.h
@@ -4,21 +4,12 @@
/* A form that will not confuse apibuild.py */
#define ATTRIBUTE_DESTRUCTOR __attribute__((destructor))
-/* Type cast for the gethostbyname() argument */
-#define GETHOSTBYNAME_ARG_CAST /**/
-
/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1
-/* Define to 1 if you have the <arpa/nameser.h> header file. */
-#define HAVE_ARPA_NAMESER_H 1
-
/* Define if __attribute__((destructor)) is accepted */
#define HAVE_ATTRIBUTE_DESTRUCTOR 1
-/* Whether struct sockaddr::__ss_family exists */
-/* #undef HAVE_BROKEN_SS_FAMILY */
-
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
@@ -34,12 +25,12 @@
/* Define to 1 if you have the `ftime' function. */
#define HAVE_FTIME 1
-/* Define if getaddrinfo is there */
-#define HAVE_GETADDRINFO /**/
-
/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1
+/* Define to 1 if you have the <glob.h> header file. */
+#define HAVE_GLOB_H 1
+
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
@@ -84,9 +75,6 @@
/* Define to 1 if you have the `rand_r' function. */
-/* Define to 1 if you have the <resolv.h> header file. */
-#define HAVE_RESOLV_H 1
-
/* Have shl_load based dso */
/* #undef HAVE_SHLLOAD */
@@ -147,9 +135,6 @@
/* Whether __va_copy() is available */
/* #undef HAVE___VA_COPY */
-/* Define as const if the declaration of iconv() needs const. */
-/* #undef ICONV_CONST */
-
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"
@@ -163,7 +148,7 @@
#define PACKAGE_NAME "libxml2"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libxml2 2.9.13"
+#define PACKAGE_STRING "libxml2 2.11.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libxml2"
@@ -172,10 +157,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "2.9.13"
-
-/* Type cast for the send() function 2nd arg */
-#define SEND_ARG2_CAST /**/
+#define PACKAGE_VERSION "2.11.0"
/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
@@ -183,25 +165,22 @@
#define STDC_HEADERS 1
/* Support for IPv6 */
-#define SUPPORT_IP6 /**/
+/* #undef SUPPORT_IP6 */
/* Define if va_list is an array type */
#define VA_LIST_IS_ARRAY 1
/* Version number of package */
-#define VERSION "2.9.13"
+#define VERSION "2.11.0"
/* Determine what socket length (socklen_t) data type is */
-#define XML_SOCKLEN_T socklen_t
+/* #undef XML_SOCKLEN_T */
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
/* #undef _UINT32_T */
-/* ss_family is not defined here, use __ss_family instead */
-/* #undef ss_family */
-
/* Define to the type of an unsigned integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
/* #undef uint32_t */