diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-11 17:08:49 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-11 17:08:49 +0000 |
commit | 54498db7a2a2e7e74fba61ec073b248da05e999e (patch) | |
tree | 7e5bda151896efa349f2220fc122ba9792ce5dfb /src/os/unix/ngx_linux_config.h | |
parent | c7a2f6860669f45f5abe342163de5bc68e344816 (diff) | |
download | nginx-54498db7a2a2e7e74fba61ec073b248da05e999e.tar.gz nginx-54498db7a2a2e7e74fba61ec073b248da05e999e.zip |
nginx-0.0.2-2004-02-11-20:08:49 import
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 76b0dd04c..1ca1c1f0d 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -36,9 +36,6 @@ #include <dirent.h> -/* Linux has a broken strerror_r() */ -#define HAVE_STRERROR_R 0 - #include <ngx_auto_config.h> |