This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
installation directory fix from Andy Dougherty
[metaconfig.git] / U / perl / d_strtoull.U
CommitLineData
e0d71d2f
JH
1?RCS: $Id$
2?RCS:
3?RCS: Copyright (c) 2000 Jarkko Hietaniemi
4?RCS:
5?RCS: You may distribute under the terms of either the GNU General Public
6?RCS: License or the Artistic License, as specified in the README file.
7?RCS:
edd6115f 8?MAKE:d_strtoull: Inlibc
e0d71d2f 9?MAKE: -pick add $@ %<
edd6115f
JH
10?S:d_strtoull:
11?S: This variable conditionally defines the HAS_STRTOULL symbol, which
12?S: indicates to the C program that the strtoull() routine is available.
e0d71d2f 13?S:.
edd6115f
JH
14?C:HAS_STRTOULL:
15?C: This symbol, if defined, indicates that the strtoull routine is
e0d71d2f
JH
16?C: available to convert strings to unsigned long longs.
17?C:.
edd6115f 18?H:#$d_strtoull HAS_STRTOULL /**/
e0d71d2f 19?H:.
edd6115f
JH
20?LINT:set d_strtoull
21: see if strtoull exists
22set strtoull d_strtoull
e0d71d2f 23eval $inlibc
edd6115f 24