Re: [Openvpn-devel] [PATCH] Enable access() when building in Visual Studio

2012-01-10 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/12/11 12:38, David Sommerseth wrote: > Visual Studio does not enable certiain standard Unix functions, such > as access(). By defining _CRT_NONSTDC_NO_WARNINGS and > _CRT_SECURE_NO_WARNINGS, these functions are enabled. > > This patch also ad

[Openvpn-devel] [PATCH] Enable access() when building in Visual Studio

2011-12-08 Thread David Sommerseth
Visual Studio does not enable certiain standard Unix functions, such as access(). By defining _CRT_NONSTDC_NO_WARNINGS and _CRT_SECURE_NO_WARNINGS, these functions are enabled. This patch also adds a ./configure check for access() as well, in case this needs to be implemented on other platforms l

Re: [Openvpn-devel] [PATCH] Enable access() when building in Visual Studio

2011-12-08 Thread Gert Doering
Hi, On Thu, Dec 08, 2011 at 02:03:27PM +0100, David Sommerseth wrote: > Visual Studio does not enable certiain standard Unix functions, > such as access(). By defining _CRT_NONSTDC_NO_WARNINGS and > _CRT_SECURE_NO_WARNINGS, these functions are enabled. > > This patch also adds a ./configure chec

[Openvpn-devel] [PATCH] Enable access() when building in Visual Studio

2011-12-08 Thread David Sommerseth
Visual Studio does not enable certiain standard Unix functions, such as access(). By defining _CRT_NONSTDC_NO_WARNINGS and _CRT_SECURE_NO_WARNINGS, these functions are enabled. This patch also adds a ./configure check for access() as well, in case this needs to be implemented on other platforms l

Re: [Openvpn-devel] [PATCH] Enable access() when building in Visual Studio

2011-12-08 Thread Alon Bar-Lev
Well, this is small and beautiful! :) On Thu, Dec 8, 2011 at 1:38 PM, David Sommerseth wrote: > Visual Studio does not enable certiain standard Unix functions, > such as access().  By defining _CRT_NONSTDC_NO_WARNINGS and > _CRT_SECURE_NO_WARNINGS, these functions are enabled. > > This patch also