summaryrefslogtreecommitdiff
path: root/vos/config.ga.h
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
commitb3c85772f7a16b79e679c78c9638a7afa4856432 (patch)
treeb6a7e16b673c4518a86a2fd1e9f5a4da514b4d2b /vos/config.ga.h
parente72cf795050cdfe9905e00270c38ba2547626581 (diff)
downloadperl-b3c85772f7a16b79e679c78c9638a7afa4856432.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/config.ga.h')
-rw-r--r--vos/config.ga.h6
1 files changed, 6 insertions, 0 deletions
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