← Back to team overview

hipl-core team mailing list archive

Re: [Branch ~hipl-core/hipl/trunk] Rev 4922: fixed ./configure --disable-firewall failing to build

 

On Thu, Sep 02, 2010 at 06:24:28PM +0000, noreply@xxxxxxxxxxxxx wrote:
> 
> --- lib/core/common.h	2010-07-14 16:01:50 +0000
> +++ lib/core/common.h	2010-09-02 18:20:43 +0000
> @@ -52,6 +52,13 @@
>  # define RVS UNUSED
>  #endif
>  
> +/** marking for firewall function parameters */
> +#ifdef CONFIG_HIP_FIREWALL
> +# define HIPFW
> +#else
> +# define HIPFW UNUSED
> +#endif
> +
>  /** marking for OPPORTUNISTIC-specific function parameters */
>  #ifdef CONFIG_HIP_OPPORTUNISTIC
>  # define OPP

We now have four of these macros.  This is getting ugly.

Diego



References