summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2019-04-26 10:28:11 +0100
committerAaron Crane <arc@cpan.org>2019-04-26 10:28:11 +0100
commit8609e07932a71eb8eea2ed28c23b2853cf6cc09b (patch)
tree331b73f1fcb01dbec8e86adb452563a14e661fbf /uconfig.h
parentab03c4a8a70cf30522ca9b06f32c64629c52dd40 (diff)
downloadperl-8609e07932a71eb8eea2ed28c23b2853cf6cc09b.tar.gz
Regen uconfig.h
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/uconfig.h b/uconfig.h
index 4271ca9f4c..b33042b25f 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -2976,6 +2976,9 @@
* This symbol, if defined, indicates that the memmem routine is
* available to return a pointer to the start of the first occurance
* of a substring in a memory area (or NULL if not found).
+ * In glibc, memmem is a GNU extension. The function is visible in
+ * libc, but the prototype is only visible if _GNU_SOURCE is #defined.
+ * Thus we only define this if both the prototype and symbol are found.
*/
/*#define HAS_MEMMEM / **/
@@ -5241,6 +5244,6 @@
#endif
/* Generated from:
- * c352c6c51f23ce3afd9b375b5b3b094794e75aed4ee05a072b9cc9a2039a8d75 config_h.SH
+ * 6608de918c3c876975f74b684da2536ab1ee23459783d691ae02ce2526a497a7 config_h.SH
* d6d2fc8bf209b3d6db681ac0994a29a281afe35c3a96bb62079cb15b0605d035 uconfig.sh
* ex: set ro: */