summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2016-04-01 12:41:07 +0100
committerDavid Mitchell <davem@iabyn.com>2016-04-01 14:17:23 +0100
commit61b2a465d0f2b304d68e610aa08fe0a01ba2d3d8 (patch)
tree63a2d52c9b7378afdf871631d45097ed3e294f21 /uconfig.h
parentc349b9a040f3048e07809d40d2a1c12e8873b4ca (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uconfig.h b/uconfig.h
index 3648f89035..cf3369d910 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