summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2012-02-15 18:37:51 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2012-02-15 18:48:14 +0000
commitc8c6bbf820fc5f5c4fe5c3fa87a2dae187bff9be (patch)
tree6434a8891b976706aecdbd0e388823ac8be06644 /Porting
parent0bdef0d12015a1a172da2c44901f413e9047c35d (diff)
downloadperl-c8c6bbf820fc5f5c4fe5c3fa87a2dae187bff9be.tar.gz
Revert "Add strptime probe"
This reverts commit 8852e312c3c616ab731ccbe7da54fb04eb8c3d30.
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary4
-rw-r--r--Porting/config.sh1
2 files changed, 0 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 24671097ee..903c280f2f 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2248,10 +2248,6 @@ d_strlcpy (d_strlcpy.U):
This variable conditionally defines the HAS_STRLCPY symbol, which
indicates to the C program that the strlcpy () routine is available.
-d_strptime (d_strptime.U):
- This variable conditionally defines the HAS_STRPTIME symbol, which
- indicates to the C program that the strptime() routine is available.
-
d_strtod (d_strtod.U):
This variable conditionally defines the HAS_STRTOD symbol, which
indicates to the C program that the strtod() routine is available
diff --git a/Porting/config.sh b/Porting/config.sh
index c522ee4649..90a203413a 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -498,7 +498,6 @@ d_strerror_r='undef'
d_strftime='define'
d_strlcat='undef'
d_strlcpy='undef'
-d_strptime='undef'
d_strtod='define'
d_strtol='define'
d_strtold='define'