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 /config_h.SH | |
parent | 3129e2be3ef6d3c824031a00459b4d9c42d113fe (diff) | |
download | perl-8852e312c3c616ab731ccbe7da54fb04eb8c3d30.tar.gz |
Add strptime probe
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 6 |
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. |