view src/core/nginx.h @ 5253:a82f305487c2

Simplified ngx_list_create().
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Jun 2013 08:55:08 +0400
parents 03eb70798821
children 0c699e1d1071
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1005002
#define NGINX_VERSION      "1.5.2"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */