view src/core/nginx.h @ 2898:a3501111378c

Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUND
author Igor Sysoev <igor@sysoev.ru>
date Thu, 28 May 2009 15:32:22 +0000
parents 78277989e9ea
children 6188bdc89e7c
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8000
#define NGINX_VERSION      "0.8.0"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */