diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 10:03:59 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:44 +0100 |
commit | f1519f70705b2eee563b9ac4056d4eb39d383ea1 (patch) | |
tree | 99be297bc99adf835bdb6832add4fbf24992a766 /config_h.SH | |
parent | 03f3961765f87fb8bccb4e3fa5b9e2e533d7dc30 (diff) | |
download | perl-f1519f70705b2eee563b9ac4056d4eb39d383ea1.tar.gz |
Rely on C89 sprintf() return value semantics
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config_h.SH b/config_h.SH index 6c0520135d..bbd4261133 100755 --- a/config_h.SH +++ b/config_h.SH @@ -3370,14 +3370,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_socks5_init HAS_SOCKS5_INIT /**/ -/* SPRINTF_RETURNS_STRLEN: - * This variable defines whether sprintf returns the length of the string - * (as per the ANSI spec). Some C libraries retain compatibility with - * pre-ANSI C and return a pointer to the passed in buffer; for these - * this variable will be undef. - */ -#$d_sprintf_returns_strlen SPRINTF_RETURNS_STRLEN /**/ - /* HAS_SQRTL: * This symbol, if defined, indicates that the sqrtl routine is * available to do long double square roots. |