In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/61b2a465d0f2b304d68e610aa08fe0a01ba2d3d8?hp=c349b9a040f3048e07809d40d2a1c12e8873b4ca>
- Log ----------------------------------------------------------------- commit 61b2a465d0f2b304d68e610aa08fe0a01ba2d3d8 Author: David Mitchell <[email protected]> Date: Fri Apr 1 12:41:07 2016 +0100 run regen/uconfig_h.pl For some reason when the memmem probe was added, uconfig.h wasn't regenerated correctly. Probably because it doesn't get run by default with 'perl regen.pl' - which in turn is because it requires a shell to run. ----------------------------------------------------------------------- Summary of changes: uconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uconfig.h b/uconfig.h index 3648f89..cf3369d 100644 --- a/uconfig.h +++ b/uconfig.h @@ -4069,7 +4069,7 @@ * available to return a pointer to the start of the first occurance * of a substring in a memory area (or NULL if not found). */ -# HAS_MEMMEM /**/ +/*#define HAS_MEMMEM / **/ /* HAS_MKDTEMP: * This symbol, if defined, indicates that the mkdtemp routine is -- Perl5 Master Repository
