summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-01-02 03:37:27 -0600
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-01-03 15:46:10 +0000
commit4f5da3e92a0c530bfe4334764eb75169e997c27f (patch)
tree25cc94272b93cd2d1b7a3e437aa2d422f1a2d070 /handy.h
parent8f7e634ed55e11355a87afad2f08e84159aae177 (diff)
downloadperl-4f5da3e92a0c530bfe4334764eb75169e997c27f.tar.gz
Add probe for snprintf () and vsnprintf ()
Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness) Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@26606
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index fb11132539..6c87f9137e 100644
--- a/handy.h
+++ b/handy.h
@@ -175,7 +175,7 @@ typedef U64TYPE U64;
#endif
/* HMB H.Merijn Brand - a placeholder for preparing Configure patches */
-#if defined(HAS_MALLOC_SIZE) && defined(HAS_MALLOC_GOOD_SIZE) && defined(HAS_CLEARENV)
+#if defined(HAS_MALLOC_SIZE) && defined(HAS_SNPRINTF) && defined(HAS_VSNPRINTF)
/* Not (yet) used at top level, but mention them for metaconfig */
#endif