view src/core/nginx.h @ 4031:3a18a14ecb48

Restore the lost negation.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 23 Aug 2011 13:39:22 +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_ */