summaryrefslogtreecommitdiffstats
path: root/contrib/expat/expat_config.h.in
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-02-26 00:58:44 +0000
committerdelphij <delphij@FreeBSD.org>2013-02-26 00:58:44 +0000
commit11a4218d3cad088920f4fd498d6fa14144b868e5 (patch)
tree9cf6695541e584373dd8864a555e26382e8ca0f3 /contrib/expat/expat_config.h.in
parentb803c7de89432aa2b5990620a631d44776c10a45 (diff)
parent964f4a34081de17801432bde55cfdacda5d02ccd (diff)
downloadFreeBSD-src-11a4218d3cad088920f4fd498d6fa14144b868e5.zip
FreeBSD-src-11a4218d3cad088920f4fd498d6fa14144b868e5.tar.gz
Update base system libexpat to 2.1.0.
MFC after: 3 days
Diffstat (limited to 'contrib/expat/expat_config.h.in')
-rw-r--r--contrib/expat/expat_config.h.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/contrib/expat/expat_config.h.in b/contrib/expat/expat_config.h.in
index 8c3698a..8c6e514 100644
--- a/contrib/expat/expat_config.h.in
+++ b/contrib/expat/expat_config.h.in
@@ -39,6 +39,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
@@ -48,6 +51,10 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -60,6 +67,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -85,8 +95,8 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
OpenPOWER on IntegriCloud