view src/core/nginx.h @ 949:d1d8cde9aab9

worker_rlimit_core supports size in K, M, and G
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Dec 2006 18:13:06 +0000
parents 4f3d57408877
children be0fa53079c3
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define NGINX_VERSION      "0.5.5"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */