Interesting... where did this come from?
Jarkko Hietaniemi [Fri, 29 Mar 2002 15:10:43 +0000 (15:10 +0000)]
(The Configure change in #15600)

p4raw-id: //depot/perl@15602

config_h.SH

index b788f09..847d99f 100644 (file)
@@ -2504,11 +2504,15 @@ sed <<!GROK!THIS! >$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 <sys/types.h> should be
  *     included).
  */
+#$d_time HAS_TIME              /**/
 #define Time_t $timetype               /* Time type */
 
 /* HAS_TIMES: