comparison src/os/win32/ngx_win32_config.h @ 6016:457ec43dd8d5

Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. It's mostly dead code and the original idea of worker threads has been rejected.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 04 Mar 2015 18:26:25 +0300
parents b92d5a26d55f
children 36d99c042652
comparison
equal deleted inserted replaced
6015:e11a8e7e8e0c 6016:457ec43dd8d5
216 216
217 217
218 #define NGX_HAVE_LITTLE_ENDIAN 1 218 #define NGX_HAVE_LITTLE_ENDIAN 1
219 #define NGX_HAVE_NONALIGNED 1 219 #define NGX_HAVE_NONALIGNED 1
220 220
221 #define NGX_THREADS 1 221 #define NGX_OLD_THREADS 1
222 222
223 223
224 #define NGX_WIN_NT 200000 224 #define NGX_WIN_NT 200000
225 225
226 226