From 877df63f345e48bc2cb61dde86a207748051b81a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 28 Nov 2003 08:40:40 +0000 Subject: nginx-0.0.1-2003-11-28-11:40:40 import --- src/core/ngx_config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core') diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 7e8c1b86d..ccb653b98 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -29,6 +29,11 @@ #endif +/* STUB: ngx_mutex.h */ +#define ngx_mutex_lock(m) +#define ngx_mutex_unlock(m) + + /* STUB: autoconf */ typedef int ngx_int_t; typedef u_int ngx_uint_t; -- cgit