wez             Sat Jul 31 20:29:51 2004 EDT

  Modified files:              
    /php-src/win32/build        config.w32 
  Log:
  Enable usleep under win32 
  
  
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.28&r2=1.29&ty=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.28 php-src/win32/build/config.w32:1.29
--- php-src/win32/build/config.w32:1.28 Sat Jul 31 19:59:46 2004
+++ php-src/win32/build/config.w32      Sat Jul 31 20:29:50 2004
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.28 2004/07/31 23:59:46 wez Exp $
+// $Id: config.w32,v 1.29 2004/08/01 00:29:50 wez Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -218,6 +218,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? */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to