summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2011-03-07 19:26:20 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-28 10:21:47 +0100
commit59ac522e488717ff99fce2e55d82894e92102a98 (patch)
treeac8c1f11584d83e32e67cbd4da4705c237fd4228 /uconfig.h
parent2e55877c6e0b0cecd3f80c62b3b3f456cdb22c81 (diff)
downloadperl-59ac522e488717ff99fce2e55d82894e92102a98.tar.gz
Define memset() for microperl
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index ba2104be5b..04612f3ba7 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -280,7 +280,7 @@
* This symbol, if defined, indicates that the memset routine is available
* to set blocks of memory.
*/
-/*#define HAS_MEMSET / **/
+#define HAS_MEMSET /**/
/* HAS_MKDIR:
* This symbol, if defined, indicates that the mkdir routine is available
@@ -4687,5 +4687,5 @@
/* Generated from:
* 323778627146f2762cd41f4dd1db6659f59006ec9bcaaf6bcc645d0380dda938 config_h.SH
- * 2cdfa76d1081a21ef8613b40d1cf699548c8347531c5e8358469f5bb52db6a44 uconfig.sh
+ * 90b7a3f95ddf0116391ca50b622a54eb7f8b4268aebfe9ab052bd22978c94c54 uconfig.sh
* ex: set ro: */