summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2016-03-25 16:14:18 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2016-03-25 16:14:18 +0100
commit3879c54df7f72f45d1de598a7fb4f1a051ca1cfa (patch)
tree52e35d1f6dea12f8030b7c9fa7f700f28d542cd1 /plan9
parentc282dc5ebef25e8b002cd913928f847fab339716 (diff)
downloadperl-3879c54df7f72f45d1de598a7fb4f1a051ca1cfa.tar.gz
Add probe for memmem
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config_sh.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 913e87dc25..06a369bdba 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -362,6 +362,7 @@ d_mbtowc='define'
d_memchr='define'
d_memcmp='define'
d_memcpy='define'
+d_memmem='undef'
d_memmove='define'
d_memset='define'
d_mkdir='define'