On Mon, Nov 27, 2017 at 11:38 AM, Florian Anderiasch <m...@anderiasch.de> wrote:
> Somehow it doesn't match the
> +#if HAVE_NET_IF_H
> in net.c
>
> I had to unconditionally include it (for testing), otherwise
> IFF_BROADCAST and IFF_POINTOPOINT are undefined. (they are in
> sys/net/if.h on OpenBSD, but I only tested 6.2).
>
Can you send or gist your config.log?  (Optionally redacted to the
net/if.h check if you want to do that yourself)

Are you saying you simply removed the `#if HAVE_NET_IF_H` check?  Or
that you did that *AND* changed the include directive to `#include
<sys/net/if.h>` ?

> Can do a proper bug report if needed, but maybe I get around to test
> NetBSD as well.
>
Thanks!

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to