summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-09-19 14:18:40 +0000
committerSteve Hay <SteveHay@planit.com>2005-09-19 14:18:40 +0000
commit703fb0e2f700da68ca7ae50aa325f18bc3eb54a8 (patch)
tree3262bec1d05b5bbb3412933194ad3433fc7d30f5 /win32/config_H.gc
parent82f07646d5ab5b22c06dffd4fcff8755de692079 (diff)
downloadperl-703fb0e2f700da68ca7ae50aa325f18bc3eb54a8.tar.gz
Update win32 config files w.r.t. change #25387
p4raw-link: @25387 on //depot/perl: 7dd121aefd69a3ba2201a35698deaeda3a8a77ad p4raw-id: //depot/perl@25488
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 0ee53d2c6a..7897159c9c 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -1924,6 +1924,18 @@
*/
/*#define HAS_MADVISE /**/
+/* HAS_MALLOC_SIZE:
+ * This symbol, if defined, indicates that the malloc_size
+ * routine is available for use.
+ */
+/*#define HAS_MALLOC_SIZE /**/
+
+/* HAS_MALLOC_GOOD_SIZE:
+ * This symbol, if defined, indicates that the malloc_good_size
+ * routine is available for use.
+ */
+/*#define HAS_MALLOC_GOOD_SIZE /**/
+
/* HAS_MEMCHR:
* This symbol, if defined, indicates that the memchr routine is available
* to locate characters within a C string.