projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5f73ced
)
Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
Jarkko Hietaniemi [Sun, 1 Aug 1999 11:00:24 +0000 (11:00 +0000)]
p4raw-id: //depot/cfgperl@3845
ext/SDBM_File/hints/solaris.pl
[new file with mode: 0644]
patch
|
blob
diff --git a/ext/SDBM_File/hints/solaris.pl
b/ext/SDBM_File/hints/solaris.pl
new file mode 100644
(file)
index 0000000..
4c8b7bc
--- /dev/null
+++ b/
ext/SDBM_File/hints/solaris.pl
@@ -0,0
+1
@@
+$self->{PERL_MALLOC_OK} = 0;