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 /config_h.SH | |
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 'config_h.SH')
-rw-r--r-- | config_h.SH | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 2588ec9795..232152e70f 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2321,6 +2321,17 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$usesitecustomize USE_SITECUSTOMIZE /**/ +/* HAS_SNPRINTF: + * This symbol, if defined, indicates that the snprintf () library + * function is available for use. + */ +/* HAS_VSNPRINTF: + * This symbol, if defined, indicates that the vsnprintf () library + * function is available for use. + */ +#$d_snprintf HAS_SNPRINTF /**/ +#$d_vsnprintf HAS_VSNPRINTF /**/ + /* HAS_SOCKET: * This symbol, if defined, indicates that the BSD socket interface is * supported. |