diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-19 00:54:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-19 00:54:54 +0000 |
commit | b3c85772f7a16b79e679c78c9638a7afa4856432 (patch) | |
tree | b6a7e16b673c4518a86a2fd1e9f5a4da514b4d2b /epoc/config.sh | |
parent | e72cf795050cdfe9905e00270c38ba2547626581 (diff) | |
download | perl-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 'epoc/config.sh')
-rw-r--r-- | epoc/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 90b7e70db4..0b5fa90281 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -347,6 +347,7 @@ d_strcoll='define' d_strctcpy='define' d_strerrm='strerror(e)' d_strerror='define' +d_strftime='define' d_strtod='define' d_strtol='define' d_strtoq='undef' |