Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] DKIM support

2008-09-25 by Ondrej Valousek

And the answer is:
DKIM-milter checks for compiler C99 compliance and for stdbool.h
existence. If not found, bool is defined like this:
/*
**  Define bool, true, false (from the C99 standard)
*/

# if SM_CONF_STDBOOL_H
#  include <stdbool.h>
# else /* SM_CONF_STDBOOL_H */
#  ifndef __cplusplus
    typedef int bool;

Obviously, there is nothing like that in milter-greylist package so
hence the compiler errors.
Can we have it fixed please?
Thanks,

Ondrej

Ondrej Valousek wrote:
>
> Just trying to compile with DKIM support but I can not - compiler is
> complaining about undefined "bool" type.
> That's strange, because DKIM milter heavily depends on bool and I
> compiled it w/o any problems. Does anyone know?
> Thanks,
>
> Ondrej
>
>

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.