view src/core/nginx.h @ 5069:e9d188e295cf

Fixed false memset warning on Linux with -O3 (ticket #275). Prodded by John Leach.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 13 Feb 2013 14:39:46 +0000
parents 174981066745
children 4c9c8f3f66ec
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1003013
#define NGINX_VERSION      "1.3.13"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */