]> granicus.if.org Git - php/commitdiff
Enable usleep under win32
authorWez Furlong <wez@php.net>
Sun, 1 Aug 2004 00:29:50 +0000 (00:29 +0000)
committerWez Furlong <wez@php.net>
Sun, 1 Aug 2004 00:29:50 +0000 (00:29 +0000)
win32/build/config.w32

index 977bda55be977c5169b133f815ecf340d7382dce..97d3d8a90044a3357a605c44158432d32cb89a01 100644 (file)
@@ -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");