From 2ee13d9e464a1f5daccaff58f5d09d36b7c4f667 Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Mon, 21 Sep 2015 22:58:06 +0800 Subject: Revert "Imported Upstream version 2.9.1+dfsg1" This reverts commit 7300193becde71a344c8ac0973dc290fa24d800d. --- config.h.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'config.h.in') 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 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 -- cgit v1.2.3