summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2012-02-12 14:38:30 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2012-02-12 14:38:30 +0100
commit8852e312c3c616ab731ccbe7da54fb04eb8c3d30 (patch)
tree7b3f2164a9d5fb77b5d4aa12d1c5f1b202a841c5 /config_h.SH
parent3129e2be3ef6d3c824031a00459b4d9c42d113fe (diff)
downloadperl-8852e312c3c616ab731ccbe7da54fb04eb8c3d30.tar.gz
Add strptime probe
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index a51ad05783..b6d3237ef8 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -4054,6 +4054,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_strlcpy HAS_STRLCPY /**/
+/* HAS_STRPTIME:
+ * This symbol, if defined, indicates that the strptime routine is
+ * available to set process title.
+ */
+#$d_strptime HAS_STRPTIME /**/
+
/* HAS_STRTOLD:
* This symbol, if defined, indicates that the strtold routine is
* available to convert strings to long doubles.