[Python-Dev] CVS build breakage: snprintf finds its way into socketmodule.c

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Tue, 24 Jul 2001 08:38:25 +0200


> In the current CVS of 2.2, a call to snprintf now occurs in
> socketmodule.c, breaking builds on those systems without such a
> library call (such as Tru64 Unix, and older Solarises).

Following itojun's proposal, I have now added an autoconf test for
snprintf, and use sprintf if it is not available.

Regards,
Martin