blob: 50ee0a266b243aa876d501a2cb7b8a9b7e92a15a [file] [log] [blame]
Igor Sysoevd90282d2004-09-28 08:34:51 +00001
2/*
Igor Sysoevff8da912004-09-29 16:00:49 +00003 * Copyright (C) Igor Sysoev
Igor Sysoevd90282d2004-09-28 08:34:51 +00004 */
5
6
Igor Sysoev6de5c2c2002-08-06 16:39:45 +00007#ifndef _NGINX_H_INCLUDED_
8#define _NGINX_H_INCLUDED_
9
10
Igor Sysoev55a7aad2009-02-21 14:55:58 +000011#define NGINX_VERSION "0.7.38"
Igor Sysoev8a444aa2006-10-12 19:55:15 +000012#define NGINX_VER "nginx/" NGINX_VERSION
Igor Sysoev6de5c2c2002-08-06 16:39:45 +000013
Igor Sysoevfc5a10a2004-03-09 19:47:07 +000014#define NGINX_VAR "NGINX"
Igor Sysoev31eb8c02005-09-23 11:02:22 +000015#define NGX_OLDPID_EXT ".oldbin"
Igor Sysoev42feecb2002-12-15 06:25:09 +000016
17
Igor Sysoev6de5c2c2002-08-06 16:39:45 +000018#endif /* _NGINX_H_INCLUDED_ */