From: Pierre Joye Date: Mon, 19 Jan 2009 02:30:18 +0000 (+0000) Subject: - add HAVE_NANOSLEEP X-Git-Tag: php-5.4.0alpha1~191^2~4473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9107caeb51c37fa8625d1f9aca29dd4f1fc6da67;p=php - add HAVE_NANOSLEEP --- diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 7716fc00df..f6526ee716 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -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