diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-03-26 14:20:51 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-26 14:20:51 +0300 |
commit | 9b411460f967aa018e31dd3cd6f1e66ff3bfba5c (patch) | |
tree | eccfbc2dabffb2b9ab489fff59610a574cc11d0d /src/os/win32/ngx_win32_config.h | |
parent | bfd2db83a7ca68b3caed6cc2253a2aeb6d2f9b92 (diff) | |
download | nginx-9b411460f967aa018e31dd3cd6f1e66ff3bfba5c.tar.gz nginx-9b411460f967aa018e31dd3cd6f1e66ff3bfba5c.zip |
Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.
Diffstat (limited to 'src/os/win32/ngx_win32_config.h')
-rw-r--r-- | src/os/win32/ngx_win32_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index f4b2eea31..36a486fa8 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -218,8 +218,6 @@ typedef int sig_atomic_t; #define NGX_HAVE_LITTLE_ENDIAN 1 #define NGX_HAVE_NONALIGNED 1 -#define NGX_OLD_THREADS 1 - #define NGX_WIN_NT 200000 |