diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-03-25 16:14:18 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-03-25 16:14:18 +0100 |
commit | 3879c54df7f72f45d1de598a7fb4f1a051ca1cfa (patch) | |
tree | 52e35d1f6dea12f8030b7c9fa7f700f28d542cd1 /config_h.SH | |
parent | c282dc5ebef25e8b002cd913928f847fab339716 (diff) | |
download | perl-3879c54df7f72f45d1de598a7fb4f1a051ca1cfa.tar.gz |
Add probe for memmem
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 532238e26f..6bd7c30beb 100755 --- a/config_h.SH +++ b/config_h.SH @@ -4099,6 +4099,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_malloc_good_size HAS_MALLOC_GOOD_SIZE /**/ +/* HAS_MEMMEM: + * This symbol, if defined, indicates that the memmem routine is + * available to return a pointer to the start of the first occurance + * of a substring in a memory area (or NULL if not found). + */ +#$d_memmem HAS_MEMMEM /**/ + /* HAS_MKDTEMP: * This symbol, if defined, indicates that the mkdtemp routine is * available to exclusively create a uniquely named temporary directory. |