summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 17:35:52 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:51:58 +0100
commite791399041815a1a45cea3c7f277c7045b96e51b (patch)
tree93b3b45e57f4dbdc158ba2dc2eda26f24d4a2478 /config_h.SH
parent13d66b05c6163c3514774d3d11da5f3950e97e98 (diff)
downloadperl-e791399041815a1a45cea3c7f277c7045b96e51b.tar.gz
Rely on C89 snprintf()
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH11
1 files changed, 0 insertions, 11 deletions
diff --git a/config_h.SH b/config_h.SH
index e2ff49dab0..259a2edcaf 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3427,17 +3427,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$usesitecustomize USE_SITECUSTOMIZE /**/
#endif
-/* 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_SOCKATMARK:
* This symbol, if defined, indicates that the sockatmark routine is
* available to test whether a socket is at the out-of-band mark.