diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-23 13:10:10 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-23 13:10:10 +0000 |
commit | abeb122d6e447f03be252094e857bf6d5611de19 (patch) | |
tree | 2c02436c62314dd4e47682f80970ed6f7507b73a /src/core/ngx_config.h | |
parent | 73c80d82c1c7c1e8f1eb416ed378a2d541c9675b (diff) | |
download | nginx-abeb122d6e447f03be252094e857bf6d5611de19.tar.gz nginx-abeb122d6e447f03be252094e857bf6d5611de19.zip |
APOP
Diffstat (limited to 'src/core/ngx_config.h')
-rw-r--r-- | src/core/ngx_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 6078d89c7..ef31be538 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -49,6 +49,8 @@ #define ngx_signal_helper(n) SIG##n #define ngx_signal_value(n) ngx_signal_helper(n) +#define ngx_random random + /* TODO: #ifndef */ #define NGX_SHUTDOWN_SIGNAL QUIT #define NGX_TERMINATE_SIGNAL TERM |