diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-07 22:16:55 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-07 22:16:55 +0000 |
commit | a724edfe531a4a4cce2d4bbb94e1f583d86bc9a3 (patch) | |
tree | 61e55fed0ee79ea52418be4ff048c1bbf5c55956 /Porting | |
parent | 98fed0adfc8a6b4cff1d77d3f468d26b27488d51 (diff) | |
download | perl-a724edfe531a4a4cce2d4bbb94e1f583d86bc9a3.tar.gz |
Add a Configure question for mad (Misc Attribute Decoration - Larry's
perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
p4raw-id: //depot/perl@27407
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 7d3ff3fa8d..b3500b6d55 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3507,6 +3507,10 @@ lseektype (lseektype.U): or whatever type is used to declare lseek offset's type in the kernel (which also appears to be lseek's return type). +mad (mad.u): + This variable indicates that the Misc Attribute Definition code is to + be compiled. + mail (Loc.U): This variable is defined but not used by Configure. The value is a plain '' and is not useful. |