From 2f12987e42cb5c4dc29bec6985e2491b4e06657d Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 29 Mar 2002 17:39:38 +0000 Subject: Configure-related tweaks. p4raw-id: //depot/perl@15612 --- vos/config.alpha.def | 1 + vos/config.alpha.h | 4 ++++ vos/config.ga.def | 1 + vos/config.ga.h | 4 ++++ 4 files changed, 10 insertions(+) (limited to 'vos') diff --git a/vos/config.alpha.def b/vos/config.alpha.def index 0425ba4da3..ef3acee023 100644 --- a/vos/config.alpha.def +++ b/vos/config.alpha.def @@ -349,6 +349,7 @@ $d_tcgetpgrp='undef' $d_tcsetpgrp='undef' $d_telldir='undef' $d_telldirproto='undef' +$d_time='define' $d_times='define' $d_tm_tm_gmtoff='undef' $d_tm_tm_zone='undef' diff --git a/vos/config.alpha.h b/vos/config.alpha.h index d2366fc1b4..d4d1ed74a9 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -2480,11 +2480,15 @@ */ /*#define 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). */ +#define HAS_TIME /**/ #define Time_t time_t /* Time type */ /* HAS_TIMES: diff --git a/vos/config.ga.def b/vos/config.ga.def index 98193700dc..885025f89a 100644 --- a/vos/config.ga.def +++ b/vos/config.ga.def @@ -349,6 +349,7 @@ $d_tcgetpgrp='define' $d_tcsetpgrp='define' $d_telldir='undef' $d_telldirproto='undef' +$d_time='define' $d_times='define' $d_tm_tm_gmtoff='undef' $d_tm_tm_zone='undef' diff --git a/vos/config.ga.h b/vos/config.ga.h index a333651fae..923f44edab 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -2480,11 +2480,15 @@ */ /*#define 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). */ +#define HAS_TIME /**/ #define Time_t time_t /* Time type */ /* HAS_TIMES: -- cgit v1.2.1