summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-19 00:54:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-19 00:54:54 +0000
commit3a56419576ab2a8740a5db7b681edb7a57305773 (patch)
treeb6a7e16b673c4518a86a2fd1e9f5a4da514b4d2b /vos
parent8e6b7a5b29d2cce43fbae7f9e70e1ea6a9a0b5ce (diff)
downloadperl-3a56419576ab2a8740a5db7b681edb7a57305773.tar.gz
Move the strftime() wrapper from POSIX.xs to util.c
as my_strftime(), requires HAS_STRFTIME. p4raw-id: //depot/perl@9746
Diffstat (limited to 'vos')
-rw-r--r--vos/config.alpha.def1
-rw-r--r--vos/config.alpha.h6
-rw-r--r--vos/config.ga.def1
-rw-r--r--vos/config.ga.h6
4 files changed, 14 insertions, 0 deletions
diff --git a/vos/config.alpha.def b/vos/config.alpha.def
index 1242114a1f..a6f03b341c 100644
--- a/vos/config.alpha.def
+++ b/vos/config.alpha.def
@@ -258,6 +258,7 @@ $d_strcoll='define'
$d_strctcpy='define'
$d_strerrm='strerror(e)'
$d_strerror='define'
+$d_strftime='define'
$d_strtod='define'
$d_strtol='define'
$d_strtold='undef'
diff --git a/vos/config.alpha.h b/vos/config.alpha.h
index c4291f9fa2..774abae1e6 100644
--- a/vos/config.alpha.h
+++ b/vos/config.alpha.h
@@ -3329,4 +3329,10 @@
*/
#define U32_ALIGNMENT_REQUIRED /**/
+/* HAS_STRFTIME:
+ * This symbol, if defined, indicates that the strftime routine is
+ * available to do time formatting.
+ */
+#define HAS_STRFTIME /**/
+
#endif
diff --git a/vos/config.ga.def b/vos/config.ga.def
index 63d2aa9882..402428dc3a 100644
--- a/vos/config.ga.def
+++ b/vos/config.ga.def
@@ -258,6 +258,7 @@ $d_strcoll='define'
$d_strctcpy='define'
$d_strerrm='strerror(e)'
$d_strerror='define'
+$d_strftime='define'
$d_strtod='define'
$d_strtol='define'
$d_strtold='undef'
diff --git a/vos/config.ga.h b/vos/config.ga.h
index 642b65b26d..da40b86011 100644
--- a/vos/config.ga.h
+++ b/vos/config.ga.h
@@ -3329,4 +3329,10 @@
*/
#define U32_ALIGNMENT_REQUIRED /**/
+/* HAS_STRFTIME:
+ * This symbol, if defined, indicates that the strftime routine is
+ * available to do time formatting.
+ */
+#define HAS_STRFTIME /**/
+
#endif