diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 17:56:12 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:03 +0100 |
commit | edee246148d0f7e22ea026e09413d4bcc0cb51dd (patch) | |
tree | e70880d8b08c2d7b0494599aa0b845a6f5ad1b37 /plan9 | |
parent | 3313a8602661409b390874b9b1bcd7de4c8455de (diff) | |
download | perl-edee246148d0f7e22ea026e09413d4bcc0cb51dd.tar.gz |
Rely on C89 vprintf()
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 14 | ||||
-rw-r--r-- | plan9/config_h.sample | 14 | ||||
-rw-r--r-- | plan9/config_sh.sample | 2 |
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' |