Try to work around "bad free" in dbmclose().
Perl 5 Porters [Sun, 8 Sep 1996 20:20:53 +0000 (20:20 +0000)]
ext/ODBM_File/hints/hpux.pl [new file with mode: 0644]
ext/ODBM_File/hints/ultrix.pl [new file with mode: 0644]

diff --git a/ext/ODBM_File/hints/hpux.pl b/ext/ODBM_File/hints/hpux.pl
new file mode 100644 (file)
index 0000000..31f9d24
--- /dev/null
@@ -0,0 +1,4 @@
+#  Try to work around "bad free" messages.  See note in ODBM_File.xs.
+#   Andy Dougherty  <doughera@lafcol.lafayette.edu>
+#   Sun Sep  8 12:57:52 EDT 1996
+$self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ;
diff --git a/ext/ODBM_File/hints/ultrix.pl b/ext/ODBM_File/hints/ultrix.pl
new file mode 100644 (file)
index 0000000..31f9d24
--- /dev/null
@@ -0,0 +1,4 @@
+#  Try to work around "bad free" messages.  See note in ODBM_File.xs.
+#   Andy Dougherty  <doughera@lafcol.lafayette.edu>
+#   Sun Sep  8 12:57:52 EDT 1996
+$self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ;