summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 17:56:12 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:52:03 +0100
commitedee246148d0f7e22ea026e09413d4bcc0cb51dd (patch)
treee70880d8b08c2d7b0494599aa0b845a6f5ad1b37 /plan9
parent3313a8602661409b390874b9b1bcd7de4c8455de (diff)
downloadperl-edee246148d0f7e22ea026e09413d4bcc0cb51dd.tar.gz
Rely on C89 vprintf()
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config.plan914
-rw-r--r--plan9/config_h.sample14
-rw-r--r--plan9/config_sh.sample2
3 files changed, 0 insertions, 30 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index 1afcbaf1ea..770ebc88e5 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -2590,20 +2590,6 @@
*/
#define Signal_t void /* Signal handler's return type */
-/* HAS_VPRINTF:
- * This symbol, if defined, indicates that the vprintf routine is available
- * to printf with a pointer to an argument list. If unavailable, you
- * may need to write your own, probably in terms of _doprnt().
- */
-/* USE_CHAR_VSPRINTF:
- * This symbol is defined if this system has vsprintf() returning type
- * (char*). The trend seems to be to declare it as "int vsprintf()". It
- * is up to the package author to declare vsprintf correctly based on the
- * symbol.
- */
-#define HAS_VPRINTF /**/
-#define USE_CHAR_VSPRINTF /**/
-
/* HAS_WRITEV:
* This symbol, if defined, indicates that the writev routine is
* available to do scatter writes.
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index 766426e1ec..01791a7416 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -2522,20 +2522,6 @@
*/
#define Signal_t void /* Signal handler's return type */
-/* HAS_VPRINTF:
- * This symbol, if defined, indicates that the vprintf routine is available
- * to printf with a pointer to an argument list. If unavailable, you
- * may need to write your own, probably in terms of _doprnt().
- */
-/* USE_CHAR_VSPRINTF:
- * This symbol is defined if this system has vsprintf() returning type
- * (char*). The trend seems to be to declare it as "int vsprintf()". It
- * is up to the package author to declare vsprintf correctly based on the
- * symbol.
- */
-#define HAS_VPRINTF /**/
-#define USE_CHAR_VSPRINTF /**/
-
/* HAS_WRITEV:
* This symbol, if defined, indicates that the writev routine is
* available to do scatter writes.
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index a9e89bb5bc..e291ea4a85 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -137,7 +137,6 @@ d_c99_variadic_macros='undef'
d_casti32='undef'
d_castneg='undef'
d_cbrt='undef'
-d_charvspr='define'
d_chown='define'
d_chroot='undef'
d_chsize='undef'
@@ -622,7 +621,6 @@ d_vfork='undef'
d_void_closedir='undef'
d_voidsig='define'
d_voidtty=''
-d_vprintf='define'
d_wait4='undef'
d_waitpid='define'
d_wcscmp='undef'