This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix .gitignore: only ignore 'perl' in root of repo, not U/perl subdir
[metaconfig.git] / U / perl / i_stdint.U
CommitLineData
db0821ec
MBT
1?RCS: You may redistribute only under the terms of the Artistic Licence,
2?RCS: as specified in the README file that comes with the distribution.
3?RCS:
4?MAKE:i_stdint: Inhdr
5?MAKE: -pick add $@ %<
6?S:i_stdint:
7?S: This variable conditionally defines the I_STDINT symbol, which
8?S: indicates to the C program that <stdint.h> exists and should
9?S: be included.
10?S:.
11?C:I_STDINT:
12?C: This symbol, if defined, indicates that <stdint.h> exists and
13?C: should be included.
14?C:.
15?H:#$i_stdint I_STDINT /**/
16?H:.
17?LINT:set i_stdint
18: see if stdint is available
19set stdint.h i_stdint
20eval $inhdr
21