summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-29 17:04:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-29 17:04:36 +0000
commitbbe6c963bed5430184afbcd66d96d7e202649fd2 (patch)
tree8f1372444752a42cbe9dff872cb8d278eb2bf86e /vos
parent3d68f8d4139951c7b4cc7e28a17f08863499a7c3 (diff)
downloadperl-bbe6c963bed5430184afbcd66d96d7e202649fd2.tar.gz
The sprintf option was blithely printing long doubles as
doubles (spotted by Spider Boardman); dqgcvt() wasn't ever being used; made the test more thorough. p4raw-id: //depot/cfgperl@5358
Diffstat (limited to 'vos')
-rw-r--r--vos/config.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/vos/config.def b/vos/config.def
index 8f866218c4..bc294dc25e 100644
--- a/vos/config.def
+++ b/vos/config.def
@@ -169,6 +169,7 @@ $d_pwexpire='undef'
$d_pwgecos='undef'
$d_pwpasswd='undef'
$d_pwquota='undef'
+$d_qgcvt='undef'
$d_quad='undef'
$d_readdir='define'
$d_readlink='define'