diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 15:18:42 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:51:47 +0100 |
commit | 6e876d890f021fe5f975eed6716986552e849b66 (patch) | |
tree | ff2278445ce6d8f60c258bfb448ff96d1f68267c /plan9 | |
parent | e5d7f4e5fdc8fcb324745c39345b369ab04cadb1 (diff) | |
download | perl-6e876d890f021fe5f975eed6716986552e849b66.tar.gz |
Assume we have C89 memchr()
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 6 | ||||
-rw-r--r-- | plan9/config_h.sample | 6 | ||||
-rw-r--r-- | plan9/config_sh.sample | 1 |
3 files changed, 0 insertions, 13 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 8a2706766d..4a2a305f75 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -1961,12 +1961,6 @@ */ /*#define HAS_MADVISE / **/ -/* HAS_MEMCHR: - * This symbol, if defined, indicates that the memchr routine is available - * to locate characters within a C string. - */ -#define HAS_MEMCHR /**/ - /* HAS_MKDTEMP: * This symbol, if defined, indicates that the mkdtemp routine is * available to exclusively create a uniquely named temporary directory. diff --git a/plan9/config_h.sample b/plan9/config_h.sample index d288411f96..6e76bddca7 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -1914,12 +1914,6 @@ */ /*#define HAS_MADVISE / **/ -/* HAS_MEMCHR: - * This symbol, if defined, indicates that the memchr routine is available - * to locate characters within a C string. - */ -#define HAS_MEMCHR /**/ - /* HAS_MKDTEMP: * This symbol, if defined, indicates that the mkdtemp routine is * available to exclusively create a uniquely named temporary directory. diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 485a66238f..6315595cc0 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -378,7 +378,6 @@ d_mbrlen='undef' d_mbrtowc='undef' d_mbstowcs='define' d_mbtowc='define' -d_memchr='define' d_memmem='undef' d_memrchr='undef' d_mkdir='define' |