Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-10-18 15:28:21 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-10-18 15:28:21 +0400
commit31d6f9590a1628e6d7b34f1efe7341abbb93ae09 (patch)
tree3293c9b54aa76d97c31b39cc114fbe50f162ccb7 /src/os/unix/ngx_posix_config.h
parent12446d82496b9da38f0e638671a3082703f4c95d (diff)
Cygwin can not pass SCM_RIGHTS via unix socket, use signals
Diffstat (limited to 'src/os/unix/ngx_posix_config.h')
-rw-r--r--src/os/unix/ngx_posix_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_posix_config.h b/src/os/unix/ngx_posix_config.h
index 9898de0d0..49c3c4d6c 100644
--- 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