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 / d_strptime.U
1 ?RCS: Copyright (c) 2012 H.Merijn Brand
2 ?RCS:
3 ?RCS: You may distribute under the terms of either the GNU General Public
4 ?RCS: License or the Artistic License, as specified in the README file.
5 ?RCS:
6 ?MAKE:d_strptime: Inlibc
7 ?MAKE:  -pick add $@ %<
8 ?S:d_strptime:
9 ?S:     This variable conditionally defines the HAS_STRPTIME symbol, which
10 ?S:     indicates to the C program that the strptime() routine is available.
11 ?S:.
12 ?C:HAS_STRPTIME:
13 ?C:     This symbol, if defined, indicates that the strptime routine is
14 ?C:     available to set process title.
15 ?C:.
16 ?H:#$d_strptime HAS_STRPTIME            /**/
17 ?H:.
18 ?LINT:set d_strptime
19 : see if strptime exists
20 set strptime d_strptime
21 eval $inlibc
22