This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dist-3.0 is dead and gone. Mention actual state of affairs
[metaconfig.git] / dist-3.0at70 / mcon / U / d_nice.U
diff --git a/dist-3.0at70/mcon/U/d_nice.U b/dist-3.0at70/mcon/U/d_nice.U
deleted file mode 100644 (file)
index 9c0c83b..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-?RCS: $Id: d_nice.U,v 3.0.1.1 1994/08/29 16:09:48 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: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
-?RCS:
-?RCS: $Log: d_nice.U,v $
-?RCS: Revision 3.0.1.1  1994/08/29  16:09:48  ram
-?RCS: patch32: created by ADO
-?RCS:
-?MAKE:d_nice: Inlibc
-?MAKE: -pick add $@ %<
-?S:d_nice:
-?S:    This variable conditionally defines the HAS_NICE symbol, which
-?S:    indicates to the C program that the nice() routine is available.
-?S:.
-?C:HAS_NICE :
-?C:    This symbol, if defined, indicates that the nice routine is
-?C:    available.
-?C:.
-?H:#$d_nice HAS_NICE           /**/
-?H:.
-?LINT:set d_nice
-: see if nice exists
-set nice d_nice
-eval $inlibc
-