[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

_POSIX_SOURCE (was Re: Netpbm on OpenBSD (fwd))



Bryan Henderson wrote:
>
> Thanks.  I checked out the OpenBSD header files and they certainly seem
> to be messed up with respect to _POSIX_SOURCE.  Defining it even causes
> declarations that are needed by system headers (e.g. sys/socket.h) to be
> omitted.  But it also appears that all the POSIX stuff is there without
> _POSIX_SOURCE, so I just added a special case to parallel.c to undefine
> _POSIX_SOURCE when __OpenBSD__ is defined.
>
> So when 9.14 comes out in about a month, it should build OK on OpenBSD.

-- 

- vedge