diff options
author | Larry Wall <lwall@netlabs.com> | 1994-10-17 23:00:00 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1994-10-17 23:00:00 +0000 |
commit | a0d0e21ea6ea90a22318550944fe6cb09ae10cda (patch) | |
tree | faca1018149b736b1142f487e44d1ff2de5cc1fa /U/i_vfork.U | |
parent | 85e6fe838fb25b257a1b363debf8691c0992ef71 (diff) | |
download | perl-a0d0e21ea6ea90a22318550944fe6cb09ae10cda.tar.gz |
perl 5.000perl-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 :-(.
]
Diffstat (limited to 'U/i_vfork.U')
-rw-r--r-- | U/i_vfork.U | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/U/i_vfork.U b/U/i_vfork.U deleted file mode 100644 index 19af424af1..0000000000 --- a/U/i_vfork.U +++ /dev/null @@ -1,34 +0,0 @@ -?RCS: $Id: i_vfork.U,v 3.0 1993/08/18 12:08:50 ram Exp $ -?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_vfork.U,v $ -?RCS: Revision 3.0 1993/08/18 12:08:50 ram -?RCS: Baseline for dist 3.0 netwide release. -?RCS: -?MAKE:i_vfork: Inhdr d_vfork -?MAKE: -pick add $@ %< -?S:i_vfork: -?S: This variable conditionally defines the I_VFORK symbol, and indicates -?S: whether a C program should include vfork.h. -?S:. -?C:I_VFORK: -?C: This symbol, if defined, indicates to the C program that it should -?C: include vfork.h. -?C:. -?H:#$i_vfork I_VFORK /**/ -?H:. -?LINT:set i_vfork -: see if this is a vfork system -case "$d_vfork" in -define) set vfork.h i_vfork - eval $inhdr - ;; -*) i_vfork="$undef";; -esac |