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 /config_h.SH | |
parent | e5d7f4e5fdc8fcb324745c39345b369ab04cadb1 (diff) | |
download | perl-6e876d890f021fe5f975eed6716986552e849b66.tar.gz |
Assume we have C89 memchr()
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH index 88770e7707..66039d3d61 100755 --- a/config_h.SH +++ b/config_h.SH @@ -1953,12 +1953,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define LONGLONGSIZE $longlongsize /**/ #endif -/* HAS_MEMCHR: - * This symbol, if defined, indicates that the memchr routine is available - * to locate characters within a C string. - */ -#$d_memchr HAS_MEMCHR /**/ - /* HAS_MKSTEMP: * This symbol, if defined, indicates that the mkstemp routine is * available to exclusively create and open a uniquely named |