view src/core/nginx.h @ 572:06419a2298a9

Added tag PATCH_NGINX_MAIL_0_8 for changeset 5938746e70c2
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 27 Sep 2009 01:10:42 +0400
parents 005a70f9573b
children 4c5d2c627a6c
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8016
#define NGINX_VERSION      "0.8.16"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */