comparison src/core/ngx_config.h @ 199:a65b630b3a66

nginx-0.0.1-2003-11-28-11:40:40 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Nov 2003 08:40:40 +0000
parents 8dee38ea9117
children 267ea1d98683
comparison
equal deleted inserted replaced
198:34995c5ec6c4 199:a65b630b3a66
25 25
26 26
27 #else /* posix */ 27 #else /* posix */
28 28
29 #endif 29 #endif
30
31
32 /* STUB: ngx_mutex.h */
33 #define ngx_mutex_lock(m)
34 #define ngx_mutex_unlock(m)
30 35
31 36
32 /* STUB: autoconf */ 37 /* STUB: autoconf */
33 typedef int ngx_int_t; 38 typedef int ngx_int_t;
34 typedef u_int ngx_uint_t; 39 typedef u_int ngx_uint_t;