diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-02-26 00:43:01 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-02-26 00:43:01 +0000 |
commit | 36e3acbc34f6b954a1142555e58a3f1690829677 (patch) | |
tree | 172671bec00add87d08b8e0859c1cc0abed5585d /expat_config.h.in | |
parent | 9fcd883dcb0db8be87165724e54d48a6c547c49f (diff) | |
download | src-36e3acbc34f6b954a1142555e58a3f1690829677.tar.gz src-36e3acbc34f6b954a1142555e58a3f1690829677.zip |
Vendor import of expat 2.1.0 (trimmed).vendor/expat/2.1.0
Notes
Notes:
svn path=/vendor/expat/dist/; revision=247293
svn path=/vendor/expat/2.1.0/; revision=247295; tag=vendor/expat/2.1.0
Diffstat (limited to 'expat_config.h.in')
-rw-r--r-- | expat_config.h.in | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/expat_config.h.in b/expat_config.h.in index 8c3698afd93a..8c6e51409e0a 100644 --- a/expat_config.h.in +++ b/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 |