diff options
author | David Mitchell <davem@iabyn.com> | 2016-04-01 12:41:07 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-04-01 14:17:23 +0100 |
commit | 61b2a465d0f2b304d68e610aa08fe0a01ba2d3d8 (patch) | |
tree | 63a2d52c9b7378afdf871631d45097ed3e294f21 /uconfig.h | |
parent | c349b9a040f3048e07809d40d2a1c12e8873b4ca (diff) | |
download | perl-61b2a465d0f2b304d68e610aa08fe0a01ba2d3d8.tar.gz |
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.
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |