This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add usemorebits and uselfs.
[metaconfig.git] / U / perl / uselfs.U
CommitLineData
70674189
JH
1?RCS: $Id$
2?RCS:
3?RCS: Copyright (c) 1999 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:
8?MAKE:uselfs: Setvar
9?MAKE: -pick add $@ %<
10?Y:TOP
11?S:uselfs:
12?S: This variable conditionally defines the USE_LARGE_FILES symbol,
13?S: and indicates that large file interfaces should be used when
14?S: available. The use64bits symbol will also be turned on.
15?S:.
16?C:USE_LARGE_FILES:
17?C: This symbol, if defined, indicates that large file support
18?C: should be used when available. The USE_64_BITS symbol will
19?C: also be turned on.
20?C:.
21?H:#$uselfs USE_LARGE_FILES /**/
22?H:.
23?LINT:extern use64bits
24?LINT:change use64bits
25
26case "$uselfs" in
27"$define"|true|[yY]*)
28 uselfs="$define"
29 use64bits="$define"
30 ;;
31*) uselfs="$undef"
32 ;;
33esac
34