From: Jarkko Hietaniemi Date: Fri, 29 Mar 2002 15:10:43 +0000 (+0000) Subject: Interesting... where did this come from? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=30edf02596e0952c9456e4a8152b41ff0c8f36ab;p=p5sagit%2Fp5-mst-13.2.git Interesting... where did this come from? (The Configure change in #15600) p4raw-id: //depot/perl@15602 --- diff --git a/config_h.SH b/config_h.SH index b788f09..847d99f 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2504,11 +2504,15 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_telldirproto HAS_TELLDIR_PROTO /**/ +/* HAS_TIME: + * This symbol, if defined, indicates that the time() routine exists. + */ /* Time_t: * This symbol holds the type returned by time(). It can be long, * or time_t on BSD sites (in which case should be * included). */ +#$d_time HAS_TIME /**/ #define Time_t $timetype /* Time type */ /* HAS_TIMES: