From: Wez Furlong Date: Sun, 1 Aug 2004 00:29:50 +0000 (+0000) Subject: Enable usleep under win32 X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8085f485756ebb5bfa5ad599c24b0bba912dd2fa;p=php Enable usleep under win32 --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 977bda55be..97d3d8a900 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -219,6 +219,8 @@ ARG_ENABLE("memory-limit", "Enable memory limit checking code", "no"); AC_DEFINE('MEMORY_LIMIT', PHP_MEMORY_LIMIT == "yes" ? 1 : 0); +AC_DEFINE('HAVE_USLEEP', 1); + /* For snapshot builders, where can we find the additional * files that make up the snapshot template? */ ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");