view src/core/nginx.h @ 4932:0fce5bb53b2d

Fixed location of debug message in ngx_shmtx_lock().
author Ruslan Ermilov <ru@nginx.com>
date Wed, 21 Nov 2012 14:23:26 +0000
parents 0d3bb5b62345
children f9d7efb355dd
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003009
#define NGINX_VERSION      "1.3.9"
#define NGINX_VER          "nginx/" NGINX_VERSION

#define NGINX_VAR          "NGINX"
#define NGX_OLDPID_EXT     ".oldbin"


#endif /* _NGINX_H_INCLUDED_ */