diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-10-13 14:40:09 +0200 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2017-10-13 14:50:24 +0200 |
commit | 28ebb8fbe55693d0c0e563d623e0dfb234dd6971 (patch) | |
tree | d3134ca70ba2f94e5988d8ff019c8e15db9444ba /config_h.SH | |
parent | 02817d9f7e110de9a281b1ccae6129d111fa51d0 (diff) | |
download | perl-28ebb8fbe55693d0c0e563d623e0dfb234dd6971.tar.gz |
Finish adding memrchr Configure probe
Commit 1e436e33 accidentally added the probe to Configure, this finishes
the job by regenerating Glossary, config_h.SH and friends.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 40df29c4b7..fef81ee110 100755 --- a/config_h.SH +++ b/config_h.SH @@ -3241,6 +3241,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_memmem HAS_MEMMEM /**/ +/* HAS_MEMRCHR: + * This symbol, if defined, indicates that the memrchr routine is + * available to return a pointer to the last occurrence of a byte in + * a memory area (or NULL if not found). + */ +#$d_memrchr HAS_MEMRCHR /**/ + /* HAS_MKDTEMP: * This symbol, if defined, indicates that the mkdtemp routine is * available to exclusively create a uniquely named temporary directory. |