diff src/os/unix/ngx_linux_config.h @ 2660:2ca36a62c8a1

autoconfigure crypt_r(): uclibc has no crypt_r()
author Igor Sysoev <igor@sysoev.ru>
date Thu, 02 Apr 2009 13:46:39 +0000
parents ceef364208c8
children 6060225e9261
line wrap: on
line diff
--- 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, i
 #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