On Mon, 22 Mar 2010 at 15:53:47 +0100, Tamas TEVESZ wrote:
>
> +
> +#if defined( FREEBSD ) || defined( DRAGONFLYBSD )

[...]

> +#if defined( OPENBSD )

Why not rely on gcc definitions like

#ifdef __FreeBSD__
#ifdef __OpenBSD__
#ifdef __DragonFly__
#ifdef __linux__

In this way there would be no need to define FREEBSD etc in the configure.ac 
stuff, which I think will be needed here, right? Or am I missing something? 
(which is probably the case)



-- 
To unsubscribe, send mail to [email protected].

Reply via email to