diff 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
line wrap: on
line diff
--- a/src/os/unix/ngx_posix_config.h
+++ b/src/os/unix/ngx_posix_config.h
@@ -21,6 +21,7 @@
 
 #ifdef __CYGWIN__
 #define timezonevar             /* timezone is variable */
+#define NGX_BROKEN_SCM_RIGHTS   1
 #endif