From a0d0e21ea6ea90a22318550944fe6cb09ae10cda Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Mon, 17 Oct 1994 23:00:00 +0000 Subject: perl 5.000 [editor's note: this commit combines approximate 4 months of furious releases of Andy Dougherty and Larry Wall - see pod/perlhist.pod for details. Andy notes that; Alas neither my "Irwin AccuTrack" nor my DC 600A quarter-inch cartridge backup tapes from that era seem to be readable anymore. I guess 13 years exceeds the shelf life for that backup technology :-(. ] --- U/i_sdbm.U | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 U/i_sdbm.U (limited to 'U/i_sdbm.U') diff --git a/U/i_sdbm.U b/U/i_sdbm.U deleted file mode 100644 index 3e01615670..0000000000 --- a/U/i_sdbm.U +++ /dev/null @@ -1,37 +0,0 @@ -?RCS: $Id: i_sdbm.U,v $ -?RCS: -?RCS: Copyright (c) 1991-1993, Raphael Manfredi -?RCS: -?RCS: You may redistribute only under the terms of the Artistic Licence, -?RCS: as specified in the README file that comes with the distribution. -?RCS: You may reuse parts of this distribution only within the terms of -?RCS: that same Artistic Licence; a copy of which may be found at the root -?RCS: of the source tree for dist 3.0. -?RCS: -?RCS: $Log: i_sdbm.U,v $ -?RCS: -?MAKE:i_sdbm: Inhdr package Setvar -?MAKE: -pick add $@ %< -?S:i_sdbm: -?S: This variable conditionally defines the I_SDBM symbol, which -?S: indicates to the C program that sdbm.h exists and should -?S: be included. -?S:. -?C:I_SDBM (HAS_SDBM): -?C: This symbol, if defined, indicates that sdbm.h exists and should -?C: be included. -?C:. -?H:#$i_sdbm I_SDBM /**/ -?H:. -?LINT:set i_sdbm -: see if sdbm.h is wanted -?X: Since perl includes sdbm, don't ask here. Always include it. -?X: But, we'll allow a hints file to over-rule us. -echo " " -echo "$package includes an implementation of sdbm in ext/dbm/sdbm." -case "$i_sdbm" in - ''|' ') val="$define" ;; - *) val="$i_sdbm" ;; -esac -set i_sdbm -eval $setvar -- cgit v1.2.1