diff options
author | Aron Xu <aron@debian.org> | 2015-09-21 22:58:06 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2015-09-21 22:58:06 +0800 |
commit | 2ee13d9e464a1f5daccaff58f5d09d36b7c4f667 (patch) | |
tree | b022967f880b7fb1e56c8cc4c3f200d6ffbc9efd /config.h.in | |
parent | 7300193becde71a344c8ac0973dc290fa24d800d (diff) | |
download | libxml2-upstream.tar.gz |
Revert "Imported Upstream version 2.9.1+dfsg1"upstream
This reverts commit 7300193becde71a344c8ac0973dc290fa24d800d.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index a564b6c..eaef4d4 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,7 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Type cast for the gethostbyname() argument */ +#undef GETHOSTBYNAME_ARG_CAST /* Define to 1 if you have the <ansidecl.h> header file. */ #undef HAVE_ANSIDECL_H @@ -296,12 +299,18 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Type cast for the send() function 2nd arg */ +#undef SEND_ARG2_CAST + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Support for IPv6 */ #undef SUPPORT_IP6 +/* Define if va_list is an array type */ +#undef VA_LIST_IS_ARRAY + /* Version number of package */ #undef VERSION |