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 /Porting/config_H | |
parent | 3313a8602661409b390874b9b1bcd7de4c8455de (diff) | |
download | perl-edee246148d0f7e22ea026e09413d4bcc0cb51dd.tar.gz |
Rely on C89 vprintf()
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Porting/config_H b/Porting/config_H index 6954758b5f..b2d85ed709 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -1876,20 +1876,6 @@ /*#define HAS_TTYNAME_R / **/ #define TTYNAME_R_PROTO 0 /**/ -/* 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 / **/ - /* DOUBLESIZE: * This symbol contains the size of a double, so that the C preprocessor * can make decisions based on it. |