summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-07 22:16:55 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-07 22:16:55 +0000
commita724edfe531a4a4cce2d4bbb94e1f583d86bc9a3 (patch)
tree61e55fed0ee79ea52418be4ff048c1bbf5c55956 /uconfig.sh
parent98fed0adfc8a6b4cff1d77d3f468d26b27488d51 (diff)
downloadperl-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 'uconfig.sh')
-rwxr-xr-xuconfig.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh
index af4c2974eb..bc6c27c044 100755
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -592,6 +592,7 @@ longlongsize=8
longsize='4'
lseeksize=4
lseektype=int
+mad='undef'
malloctype='int*'
malloctype='void *'
modetype='mode_t'