comparison src/os/unix/ngx_posix_config.h @ 1581:81774dc3db28

Cygwin can not pass SCM_RIGHTS via unix socket, use signals
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Oct 2007 11:28:21 +0000
parents 5cd655d5d2fa
children d880fa02fb65
comparison
equal deleted inserted replaced
1580:c9a0f82deb7c 1581:81774dc3db28
19 #endif 19 #endif
20 20
21 21
22 #ifdef __CYGWIN__ 22 #ifdef __CYGWIN__
23 #define timezonevar /* timezone is variable */ 23 #define timezonevar /* timezone is variable */
24 #define NGX_BROKEN_SCM_RIGHTS 1
24 #endif 25 #endif
25 26
26 27
27 #include <sys/types.h> 28 #include <sys/types.h>
28 #include <sys/time.h> 29 #include <sys/time.h>