view src/core/nginx.h @ 5538:a387ce36744a

Typo fixed.
author Tatsuhiko Kubo <cubicdaiya@gmail.com>
date Thu, 23 Jan 2014 22:09:59 +0900
parents 2a81949cbd7c
children 4006bf77943b
line wrap: on
line source


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


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1005010
#define NGINX_VERSION      "1.5.10"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */