nginx-quic/src/core/nginx.h

19 lines
288 B
C
Raw Normal View History

/*
* Copyright (C) Igor Sysoev
*/
#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_
2009-09-07 08:00:25 -04:00
#define NGINX_VERSION "0.5.38"
2006-10-12 15:55:15 -04:00
#define NGINX_VER "nginx/" NGINX_VERSION
2004-03-09 16:47:07 -03:00
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"
2002-12-15 03:25:09 -03:00
#endif /* _NGINX_H_INCLUDED_ */