pajoye Mon Jan 19 02:30:18 2009 UTC Modified files: /php-src/win32/build config.w32.h.in Log: - add HAVE_NANOSLEEP http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.21&r2=1.22&diff_format=u Index: php-src/win32/build/config.w32.h.in diff -u php-src/win32/build/config.w32.h.in:1.21 php-src/win32/build/config.w32.h.in:1.22 --- php-src/win32/build/config.w32.h.in:1.21 Wed Dec 31 19:49:06 2008 +++ php-src/win32/build/config.w32.h.in Mon Jan 19 02:30:18 2009 @@ -1,6 +1,6 @@ /* Build Configuration Template for Win32. - $Id: config.w32.h.in,v 1.21 2008/12/31 19:49:06 pajoye Exp $ + $Id: config.w32.h.in,v 1.22 2009/01/19 02:30:18 pajoye Exp $ */ /* Define the minimum supported version */ @@ -52,7 +52,9 @@ /* its in win32/time.c */ #define HAVE_USLEEP 1 +#define HAVE_NANOSLEEP 1 +#define HAVE_GETHOSTNAME 1 #define HAVE_GETCWD 1 #define HAVE_POSIX_READDIR_R 1 #define NEED_ISBLANK 1
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php