view src/core/nginx.h @ 3479:bfd1912e55a9

use "rep; nop" instead of "pause" on Solaris/amd64
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Mar 2010 13:38:41 +0000
parents b25825e260a1
children a92417aedcf2
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8035
#define NGINX_VERSION      "0.8.35"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */