From eed604dce5497432693c8b07bd8b3184774996ad Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 27 Jun 2003 16:42:49 +0000 Subject: [PATCH] libpcre 4.X needs POSIX_MALLOC_THRESHOLD to be defined. --- main/config.w32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main/config.w32.h b/main/config.w32.h index ddf08cbee8..79c248362c 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -170,6 +170,7 @@ #define HAVE_GLOB #define PHP_SHLIB_SUFFIX "dll" #define HAVE_SQLDATASOURCES +#define POSIX_MALLOC_THRESHOLD 10 /* Win32 supports strcoll */ #define HAVE_STRCOLL 1 -- 2.40.0