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/os/win32/ngx_win32_config.h | |
parent | 73c80d82c1c7c1e8f1eb416ed378a2d541c9675b (diff) | |
download | nginx-abeb122d6e447f03be252094e857bf6d5611de19.tar.gz nginx-abeb122d6e447f03be252094e857bf6d5611de19.zip |
APOP
Diffstat (limited to 'src/os/win32/ngx_win32_config.h')
-rw-r--r-- | src/os/win32/ngx_win32_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h index eecf10589..696280a10 100644 --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -171,4 +171,7 @@ typedef int sig_atomic_t; #endif +#define ngx_random rand + + #endif /* _NGX_WIN32_CONFIG_H_INCLUDED_ */ |