On Fri, Dec 2, 2011 at 2:38 PM, David Sommerseth <openvpn.l...@topphemmelig.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 02/12/11 13:28, Alon Bar-Lev wrote: >> I think the whole code should be more autoconf depended. Autoconf can >> detect if POSIX version is available and if not, code can provide >> alternative. No need for the openvpn_ functions and wrappers. > > Fair enough statement, but we have a python oriented build environment on > Windows too, which will not be so easy to tackle in this regards. This > environment is required by OpenVPN Technologies for their internal build > farms (most likely for the OpenVPN Access Server product). >
It is not matter if you use python for Windows, as you create config-msvc.h with all constants that autoconf would have found. Alon.