diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-01-02 03:37:27 -0600 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-01-03 15:46:10 +0000 |
commit | 4f5da3e92a0c530bfe4334764eb75169e997c27f (patch) | |
tree | 25cc94272b93cd2d1b7a3e437aa2d422f1a2d070 /handy.h | |
parent | 8f7e634ed55e11355a87afad2f08e84159aae177 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |