This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump Typemap.pm version
[perl5.git] / uconfig.h
index 92dba87..b33042b 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  *     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           / **/
 
 
 /* HAS_TOWLOWER:
  *     This symbol, if defined, indicates that the towlower () routine is
- *     available to do string concatenation.
+ *     available to do case conversion.
  */
 /*#define HAS_TOWLOWER         / **/
 
 /* HAS_TOWUPPER:
  *     This symbol, if defined, indicates that the towupper () routine is
- *     available to do string concatenation.
+ *     available to do case conversion.
  */
 /*#define HAS_TOWUPPER         / **/
 
 #endif
 
 /* Generated from:
- * 2cc5c49f1266887de8224d2804aae6f80c43da0a62782d74866d5e828194698d config_h.SH
+ * 6608de918c3c876975f74b684da2536ab1ee23459783d691ae02ce2526a497a7 config_h.SH
  * d6d2fc8bf209b3d6db681ac0994a29a281afe35c3a96bb62079cb15b0605d035 uconfig.sh
  * ex: set ro: */