diff options
Diffstat (limited to 'ext/ODBM_File')
-rw-r--r-- | ext/ODBM_File/hints/dec_osf.pl | 2 | ||||
-rw-r--r-- | ext/ODBM_File/hints/hpux.pl | 2 | ||||
-rw-r--r-- | ext/ODBM_File/hints/ultrix.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/ODBM_File/hints/dec_osf.pl b/ext/ODBM_File/hints/dec_osf.pl index febb7cdb21..70d721871f 100644 --- a/ext/ODBM_File/hints/dec_osf.pl +++ b/ext/ODBM_File/hints/dec_osf.pl @@ -1,5 +1,5 @@ # The -hidden option causes compilation to fail on Digital Unix. -# Andy Dougherty <doughera@lafcol.lafayette.edu> +# Andy Dougherty <doughera@lafayette.edu> # Sat Jan 13 16:29:52 EST 1996 $self->{LDDLFLAGS} = $Config{lddlflags}; $self->{LDDLFLAGS} =~ s/-hidden//; diff --git a/ext/ODBM_File/hints/hpux.pl b/ext/ODBM_File/hints/hpux.pl index 31f9d24bca..b9b99ab8b5 100644 --- a/ext/ODBM_File/hints/hpux.pl +++ b/ext/ODBM_File/hints/hpux.pl @@ -1,4 +1,4 @@ # Try to work around "bad free" messages. See note in ODBM_File.xs. -# Andy Dougherty <doughera@lafcol.lafayette.edu> +# Andy Dougherty <doughera@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 index 31f9d24bca..b9b99ab8b5 100644 --- a/ext/ODBM_File/hints/ultrix.pl +++ b/ext/ODBM_File/hints/ultrix.pl @@ -1,4 +1,4 @@ # Try to work around "bad free" messages. See note in ODBM_File.xs. -# Andy Dougherty <doughera@lafcol.lafayette.edu> +# Andy Dougherty <doughera@lafayette.edu> # Sun Sep 8 12:57:52 EDT 1996 $self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ; |