(The Configure change in #15600)
p4raw-id: //depot/perl@15602
*/
#$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: