This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
U/perl/i_wchar.U: Fix typo
[metaconfig.git] / dist / U / d_inetaton.U
... / ...
CommitLineData
1?RCS: $Id: d_inetaton.U 1 2006-08-24 12:32:52Z rmanfredi $
2?RCS:
3?RCS: Copyright (c) 1996, Spider Boardman
4?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
5?RCS:
6?RCS: You may redistribute only under the terms of the Artistic Licence,
7?RCS: as specified in the README file that comes with the distribution.
8?RCS: You may reuse parts of this distribution only within the terms of
9?RCS: that same Artistic Licence; a copy of which may be found at the root
10?RCS: of the source tree for dist 4.0.
11?RCS:
12?RCS: $Log: d_inetaton.U,v $
13?RCS: Revision 3.0.1.1 1997/02/28 15:36:35 ram
14?RCS: patch61: created
15?RCS:
16?MAKE:d_inetaton: Inlibc
17?MAKE: -pick add $@ %<
18?S:d_inetaton:
19?S: This variable conditionally defines the HAS_INET_ATON symbol, which
20?S: indicates to the C program that the inet_aton() function is available
21?S: to parse IP address "dotted-quad" strings.
22?S:.
23?C:HAS_INET_ATON:
24?C: This symbol, if defined, indicates to the C program that the
25?C: inet_aton() function is available to parse IP address "dotted-quad"
26?C: strings.
27?C:.
28?H:#$d_inetaton HAS_INET_ATON /**/
29?H:.
30?LINT:set d_inetaton
31: check whether inet_aton exists
32set inet_aton d_inetaton
33eval $inlibc
34