October MinGW patches

Stef Walter stefw at redhat.com
Tue Nov 11 09:08:23 PST 2014


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 28.10.2014 02:55, Michael Cronenworth wrote:
> On 10/05/2014 01:13 AM, Stef Walter wrote:
>> Could you create a setenv() workalike in compat.h and compat.c
>> and check the presense of setenv() in configure.ac? This would be
>> similar to other functions for which we do the same thing here.
> 
> Sorry, it is hard to find time to dedicate to this. Even for
> one-liners.
> 
> What about the attached patch?

So sorry for the delay. My inbox is a mess. Thanks for poking me about
it again.

> +#define setenv(n, v, z) _putenv_s(n, v)

Could you use the HAVE_SETENV defines that AC_CHECK_FUNCS gives you in
order to guard this define?

Other than that the patch looks good.

Thanks,

Stef

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlRiQocACgkQe/sRCNknZa/r8ACgxuVzQV/uW+WGbkPezKmzU79G
7MoAoMGdx5Wzt6L90yBLCTTqR0r7pmKf
=WJAh
-----END PGP SIGNATURE-----


More information about the p11-glue mailing list