-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
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
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
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
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