From: Lasse Collin Date: Mon, 17 Feb 2020 21:37:20 +0000 (+0200) Subject: Do not check for HAVE_CONFIG_H in tuklib_config.h. X-Git-Tag: v5.3.2alpha~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e4e9fbb7e66d45319525ac224bff48fbdd0cf6e;p=thirdparty%2Fxz.git Do not check for HAVE_CONFIG_H in tuklib_config.h. In XZ Utils sysdefs.h takes care of it and the required headers. --- diff --git a/src/common/tuklib_config.h b/src/common/tuklib_config.h index 242092af..8f2e9618 100644 --- a/src/common/tuklib_config.h +++ b/src/common/tuklib_config.h @@ -1,8 +1,7 @@ -#ifdef HAVE_CONFIG_H -# include "sysdefs.h" -#else -# include -# include -# include -# include -#endif +#include "sysdefs.h" + +// sysdefs.h takes care of these. +// #include +// #include +// #include +// #include