view src/core/nginx.h @ 4007:7e3c557c2604

Rebuild manpage only if needed.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 Aug 2011 15:57:59 +0000
parents 806153a80cf5
children 7968f1edbdde
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001001
#define NGINX_VERSION      "1.1.1"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */