Update win32 config files w.r.t. change #25387
authorSteve Hay <SteveHay@planit.com>
Mon, 19 Sep 2005 14:18:40 +0000 (14:18 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 19 Sep 2005 14:18:40 +0000 (14:18 +0000)
p4raw-link: @25387 on //depot/perl: 7dd121aefd69a3ba2201a35698deaeda3a8a77ad

p4raw-id: //depot/perl@25488

win32/config.bc
win32/config.gc
win32/config.vc
win32/config.vc64
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/config_H.vc64

index ed9d974..c2f475e 100644 (file)
@@ -270,6 +270,8 @@ d_longlong='undef'
 d_lseekproto='define'
 d_lstat='undef'
 d_madvise='undef'
+d_malloc_good_size='undef'
+d_malloc_size='undef'
 d_mblen='define'
 d_mbstowcs='define'
 d_mbtowc='define'
index 89e48aa..57a94b4 100644 (file)
@@ -270,6 +270,8 @@ d_longlong='undef'
 d_lseekproto='define'
 d_lstat='undef'
 d_madvise='undef'
+d_malloc_good_size='undef'
+d_malloc_size='undef'
 d_mblen='define'
 d_mbstowcs='define'
 d_mbtowc='define'
index 7d81fab..a1b25db 100644 (file)
@@ -270,6 +270,8 @@ d_longlong='undef'
 d_lseekproto='define'
 d_lstat='undef'
 d_madvise='undef'
+d_malloc_good_size='undef'
+d_malloc_size='undef'
 d_mblen='define'
 d_mbstowcs='define'
 d_mbtowc='define'
index aa5ec73..7d13abc 100644 (file)
@@ -270,6 +270,8 @@ d_longlong='undef'
 d_lseekproto='define'
 d_lstat='undef'
 d_madvise='undef'
+d_malloc_good_size='undef'
+d_malloc_size='undef'
 d_mblen='define'
 d_mbstowcs='define'
 d_mbtowc='define'
index 90dca76..87f72fc 100644 (file)
  */
 /*#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.
index 0ee53d2..7897159 100644 (file)
  */
 /*#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.
index ac555bf..1372f61 100644 (file)
  */
 /*#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.
index f612edb..3e7a109 100644 (file)
  */
 /*#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.