view src/core/nginx.h @ 3777:cd04f652478c

update event flags after successful io_submit()
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 Oct 2010 12:11:11 +0000
parents 5dbbc90e7002
children 09bb9c0a06dd f9c3f70c798a
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8053
#define NGINX_VERSION      "0.8.53"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */