On Thursday 2014-07-10 12:04, Patrick McHardy wrote: >> --- a/src/cli.c >> +++ b/src/cli.c >> @@ -11,6 +11,9 @@ >> * >> * Development of this code funded by Astaro AG (http://www.astaro.com/) >> */ >> +#ifdef HAVE_CONFIG_H >> +#include <config.h> >> +#endif > >Do we really need those ifdefs? Practically no, since AC_CONFIG_HEADERS is unconditionally called in configure.ac. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html