view src/core/nginx.h @ 4154:57d45d345651

Fixed segmentation fault with empty config on Windows. See here for report: http://mailman.nginx.org/pipermail/nginx-ru/2011-September/043288.html
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Sep 2011 12:07:09 +0000
parents 84f34973684c
children 33d9afa2c6db
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1001004
#define NGINX_VERSION      "1.1.4"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */