diff options
author | Wez Furlong <wez@php.net> | 2004-08-01 00:29:50 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-08-01 00:29:50 +0000 |
commit | 8085f485756ebb5bfa5ad599c24b0bba912dd2fa (patch) | |
tree | ff06a0904fd42f36836ff9964409f74d271b431f /win32 | |
parent | 2c9d87c2f684b9b574b478d1f921fc056853a488 (diff) | |
download | php-git-8085f485756ebb5bfa5ad599c24b0bba912dd2fa.tar.gz |
Enable usleep under win32
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/config.w32 | 2 |
1 files changed, 2 insertions, 0 deletions
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"); |