This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[UTIL] Perl system does not default to $_
[metaconfig.git] / dist / U / d_strccmp.U
CommitLineData
d8875586
MBT
1?RCS: $Id: d_strccmp.U 1 2006-08-24 12:32:52Z rmanfredi $
2?RCS:
3?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
4?RCS:
5?RCS: You may redistribute only under the terms of the Artistic Licence,
6?RCS: as specified in the README file that comes with the distribution.
7?RCS: You may reuse parts of this distribution only within the terms of
8?RCS: that same Artistic Licence; a copy of which may be found at the root
9?RCS: of the source tree for dist 4.0.
10?RCS:
11?RCS: $Log: d_strccmp.U,v $
12?RCS: Revision 3.0.1.2 1994/05/06 14:54:34 ram
13?RCS: patch23: fixed a typo (WED)
14?RCS:
15?RCS: Revision 3.0.1.1 1993/09/13 16:04:39 ram
16?RCS: patch10: created (WAD)
17?RCS:
18?RCS: Revision 3.0 1993/08/18 12:06:24 ram
19?RCS: Baseline for dist 3.0 netwide release.
20?RCS:
21?MAKE:d_strccmp: Inlibc
22?MAKE: -pick add $@ %<
23?S:d_strccmp:
24?S: This variable conditionally defines the HAS_STRCASECMP symbol, which
25?S: indicates to the C program that the strcasecmp() routine is available
26?S: for case-insensitive string compares.
27?S:.
28?C:HAS_STRCASECMP:
29?C: This symbol, if defined, indicates that the strcasecmp() routine is
30?C: available for case-insensitive string compares.
31?C:.
32?H:#$d_strccmp HAS_STRCASECMP /**/
33?H:.
34?LINT:set d_strccmp
35: see if strcasecmp exists
36set strcasecmp d_strccmp
37eval $inlibc
38