comparison 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
comparison
equal deleted inserted replaced
2659:a3bcaabf2ec8 2660:2ca36a62c8a1
93 /* setsockopt(SO_SNDLOWAT) returns ENOPROTOOPT */ 93 /* setsockopt(SO_SNDLOWAT) returns ENOPROTOOPT */
94 #define NGX_HAVE_SO_SNDLOWAT 0 94 #define NGX_HAVE_SO_SNDLOWAT 0
95 #endif 95 #endif
96 96
97 97
98 #ifndef NGX_HAVE_GNU_CRYPT_R
99 #define NGX_HAVE_GNU_CRYPT_R 1
100 #endif
101
102
103 #ifndef NGX_HAVE_INHERITED_NONBLOCK 98 #ifndef NGX_HAVE_INHERITED_NONBLOCK
104 #define NGX_HAVE_INHERITED_NONBLOCK 0 99 #define NGX_HAVE_INHERITED_NONBLOCK 0
105 #endif 100 #endif
106 101
107 102