diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-29 17:39:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-29 17:39:38 +0000 |
commit | 2f12987e42cb5c4dc29bec6985e2491b4e06657d (patch) | |
tree | 214f8a35cae47679d57f16db983204e61b8eef21 /vos | |
parent | 9eeec6595254a060dac5b35fa8473fd63d3bff03 (diff) | |
download | perl-2f12987e42cb5c4dc29bec6985e2491b4e06657d.tar.gz |
Configure-related tweaks.
p4raw-id: //depot/perl@15612
Diffstat (limited to 'vos')
-rw-r--r-- | vos/config.alpha.def | 1 | ||||
-rw-r--r-- | vos/config.alpha.h | 4 | ||||
-rw-r--r-- | vos/config.ga.def | 1 | ||||
-rw-r--r-- | vos/config.ga.h | 4 |
4 files changed, 10 insertions, 0 deletions
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 <sys/types.h> 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 <sys/types.h> should be * included). */ +#define HAS_TIME /**/ #define Time_t time_t /* Time type */ /* HAS_TIMES: |