From: "Jan Dubois" <jand@ActiveState.com>
Date: Mon, 1 May 2006 18:55:11 -0700
Message-ID: <
08ff01c66d8b$7282e320$2217a8c0@candy>
Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
Date: Tue, 2 May 2006 09:23:51 +0200
Message-ID: <
20060502092351.7bae0896@pc09>
p4raw-id: //depot/perl@28051
d_sigprocmask='undef'
d_sigsetjmp='undef'
d_sitearch='define'
-d_snprintf='undef'
+d_snprintf='define'
d_sockatmark='undef'
d_sockatmarkproto='undef'
d_socket='define'
d_voidtty=''
d_volatile='define'
d_vprintf='define'
-d_vsnprintf='undef'
+d_vsnprintf='define'
d_wait4='undef'
d_waitpid='define'
d_wcstombs='define'
d_sigprocmask='undef'
d_sigsetjmp='undef'
d_sitearch='define'
-d_snprintf='undef'
+d_snprintf='define'
d_sockatmark='undef'
d_sockatmarkproto='undef'
d_socket='define'
d_voidtty=''
d_volatile='define'
d_vprintf='define'
-d_vsnprintf='undef'
+d_vsnprintf='define'
d_wait4='undef'
d_waitpid='define'
d_wcstombs='define'
* This symbol, if defined, indicates that the vsnprintf () library
* function is available for use.
*/
-/*#define HAS_SNPRINTF /**/
-/*#define HAS_VSNPRINTF /**/
+#define HAS_SNPRINTF /**/
+#define HAS_VSNPRINTF /**/
/* HAS_SOCKET:
* This symbol, if defined, indicates that the BSD socket interface is
* This symbol, if defined, indicates that the vsnprintf () library
* function is available for use.
*/
-/*#define HAS_SNPRINTF /**/
-/*#define HAS_VSNPRINTF /**/
+#define HAS_SNPRINTF /**/
+#define HAS_VSNPRINTF /**/
/* HAS_SOCKET:
* This symbol, if defined, indicates that the BSD socket interface is