Re: [PATCH 4/7] autotools conversion: include the header 'config.h' in every C source file.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux