diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-02-12 14:38:30 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-02-12 14:38:30 +0100 |
commit | 8852e312c3c616ab731ccbe7da54fb04eb8c3d30 (patch) | |
tree | 7b3f2164a9d5fb77b5d4aa12d1c5f1b202a841c5 /Porting/Glossary | |
parent | 3129e2be3ef6d3c824031a00459b4d9c42d113fe (diff) | |
download | perl-8852e312c3c616ab731ccbe7da54fb04eb8c3d30.tar.gz |
Add strptime probe
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 903c280f2f..24671097ee 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2248,6 +2248,10 @@ 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 |