From f0e8a3bb2fe38306394a5fdeaeacb87f682ca345 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sun, 12 Feb 2012 14:39:16 +0100 Subject: [PATCH] Add probe for strptime --- U/perl/d_strptime.U | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 U/perl/d_strptime.U diff --git a/U/perl/d_strptime.U b/U/perl/d_strptime.U new file mode 100644 index 0000000..d05c6ca --- /dev/null +++ b/U/perl/d_strptime.U @@ -0,0 +1,22 @@ +?RCS: Copyright (c) 2012 H.Merijn Brand +?RCS: +?RCS: You may distribute under the terms of either the GNU General Public +?RCS: License or the Artistic License, as specified in the README file. +?RCS: +?MAKE:d_strptime: Inlibc +?MAKE: -pick add $@ %< +?S:d_strptime: +?S: This variable conditionally defines the HAS_STRPTIME symbol, which +?S: indicates to the C program that the strptime() routine is available. +?S:. +?C:HAS_STRPTIME: +?C: This symbol, if defined, indicates that the strptime routine is +?C: available to set process title. +?C:. +?H:#$d_strptime HAS_STRPTIME /**/ +?H:. +?LINT:set d_strptime +: see if strptime exists +set strptime d_strptime +eval $inlibc + -- 1.8.3.1