view src/core/nginx.h @ 4365:d2516d4ab842 stable-1.0

Merge of r4307: Fix of mp4 module seeking.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Dec 2011 18:02:37 +0000
parents 1f436f0a95b3
children 9ea9de0fb8d4
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1000011
#define NGINX_VERSION      "1.0.11"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */