--- a/src/os/unix/ngx_errno.c +++ b/src/os/unix/ngx_errno.c @@ -8,6 +8,9 @@ #include #include +#ifndef NGX_SYS_NERR +#define NGX_SYS_NERR 128 +#endif /* * The strerror() messages are copied because: