MYMALLOC for Win32:
[p5sagit/p5-mst-13.2.git] / win32 / win32.h
index 18bf8a2..54e9855 100644 (file)
@@ -145,4 +145,14 @@ typedef  char *            caddr_t;        /* In malloc.c (core address). */
 #include <sys/socket.h>
 #include <netdb.h>
 
+#ifdef MYMALLOC
+#define EMBEDMYMALLOC  /**/
+/* #define USE_PERL_SBRK       /**/
+/* #define PERL_SBRK_VIA_MALLOC        /**/
+#endif
+
+#ifdef PERLDLL
+#define PERL_CORE
+#endif
+
 #endif /* _INC_WIN32_PERL5 */