summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/config.bc2
-rw-r--r--win32/config.gc2
-rw-r--r--win32/config.vc2
-rw-r--r--win32/config.vc642
-rw-r--r--win32/config_H.bc12
-rw-r--r--win32/config_H.gc12
-rw-r--r--win32/config_H.vc12
-rw-r--r--win32/config_H.vc6412
8 files changed, 56 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc
index ed9d974c01..c2f475ea39 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -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'
diff --git a/win32/config.gc b/win32/config.gc
index 89e48aa255..57a94b4a2c 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -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'
diff --git a/win32/config.vc b/win32/config.vc
index 7d81fabfee..a1b25db053 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -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'
diff --git a/win32/config.vc64 b/win32/config.vc64
index aa5ec73862..7d13abc022 100644
--- a/win32/config.vc64
+++ b/win32/config.vc64
@@ -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'
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 90dca76543..87f72fc90e 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -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.
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.
diff --git a/win32/config_H.vc b/win32/config_H.vc
index ac555bfadd..1372f61698 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -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.
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index f612edbc8b..3e7a109940 100644
--- a/win32/config_H.vc64
+++ b/win32/config_H.vc64
@@ -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.