diff options
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Porting/config_H b/Porting/config_H index dddfdda925..88e796716f 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : /m/fs/work/work/permanent/perl/pp4/perl - * Configuration time: Wed Aug 16 02:27:51 EET DST 2000 + * Configuration time: Thu Aug 17 02:55:55 EET DST 2000 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -3136,13 +3136,6 @@ #define PERL_XS_APIVERSION "5.7.0" #define PERL_PM_APIVERSION "5.005" -/* PRINTF_EXP_DIGITS: - * This symbol's value is either 2 or 3, corresponding to the - * number of exponent digits produced by the system's sprintf %[FGfg] - * formats when the modulus of the exponent is 99 or less. - */ -#define PRINTF_EXP_DIGITS 2 - /* I_LIBUTIL: * This symbol, if defined, indicates that <libutil.h> exists and * should be included. |