diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-02 13:46:39 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-02 13:46:39 +0000 |
commit | c919d3178a8e680406c02c609bc8d8e18f32f566 (patch) | |
tree | 2650b42521d936a805e83a76be604a701066fb96 /src/os/unix/ngx_linux_config.h | |
parent | 76f42ca21a1bc9dc18df0f751416dea7c75d28f3 (diff) | |
download | nginx-c919d3178a8e680406c02c609bc8d8e18f32f566.tar.gz nginx-c919d3178a8e680406c02c609bc8d8e18f32f566.zip |
autoconfigure crypt_r(): uclibc has no crypt_r()
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index abeda08af..fb978c46e 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -95,11 +95,6 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #endif -#ifndef NGX_HAVE_GNU_CRYPT_R -#define NGX_HAVE_GNU_CRYPT_R 1 -#endif - - #ifndef NGX_HAVE_INHERITED_NONBLOCK #define NGX_HAVE_INHERITED_NONBLOCK 0 #endif |