On Fri, Apr 27, 2012 at 1:27 AM, Alon Bar-Lev <alon.bar...@gmail.com> wrote:
> If stdbool.h is available use it, otherwise create emulation.
>
> basic.h defines a type 'bool' that conflicts with
> the altivec keyword bool which has to be fixed upstream, see
> bugs[1][2].
>
> [1] https://bugs.gentoo.org/show_bug.cgi?id=293840
> [2] https://bugs.gentoo.org/show_bug.cgi?id=297854
>
> Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com>
> ---
>  configure.ac                |    2 +-
>  src/compat/compat-stdbool.h |   12 ++++++++++++
>  src/openvpn/basic.h         |   13 -------------
>  src/openvpn/syshead.h       |    1 +
>  4 files changed, 14 insertions(+), 14 deletions(-)
>  create mode 100644 src/compat/compat-stdbool.h

Hello,

I took the easy approach.
I think this is the simplest it can be.

Regards,
Alon Bar-Lev.

Reply via email to