On 11.10.2013, at 16:25, "Roberto De Ioris" <[email protected]> wrote:
> >> From sys/param.h: >> >> /* >> * __FreeBSD_kernel__ indicates that this system uses the kernel of >> FreeBSD, >> * which by definition is always true on FreeBSD. This macro is also >> defined >> * on other systems that use the kernel of FreeBSD, such as GNU/kFreeBSD. >> * >> * It is tempting to use this macro in userland code when we want to >> enable >> * kernel-specific routines, and in fact it's fine to do this in code that >> * is part of FreeBSD itself. However, be aware that as presence of this >> * macro is still not widespread (e.g. older FreeBSD versions, 3rd party >> * compilers, etc), it is STRONGLY DISCOURAGED to check for this macro in >> * external applications without also checking for __FreeBSD__ as an >> * alternative. >> */ >> >> > > > Ok, it compiles on FreeBSD 7,8,9 and 9.1. > > I am not able to test on FreeBSD 10, can you give me confirmation that > latest github code works on FreeBSD 10 ? > Yes, it builds fine on FreeBSD-10 now, thanks! _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
