mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
nginx-0.3.2-RELEASE import
*) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives.
This commit is contained in:
11
auto/sources
11
auto/sources
@@ -123,12 +123,23 @@ UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \
|
||||
src/os/unix/ngx_process.h \
|
||||
src/os/unix/ngx_setproctitle.h \
|
||||
src/os/unix/ngx_atomic.h \
|
||||
src/os/unix/ngx_gcc_atomic_x86.h \
|
||||
src/os/unix/ngx_thread.h \
|
||||
src/os/unix/ngx_socket.h \
|
||||
src/os/unix/ngx_os.h \
|
||||
src/os/unix/ngx_user.h \
|
||||
src/os/unix/ngx_process_cycle.h"
|
||||
|
||||
# add to UNIX_DEPS
|
||||
# src/os/unix/ngx_gcc_atomic_amd64.h \
|
||||
# src/os/unix/ngx_gcc_atomic_sparc64.h \
|
||||
# src/os/unix/ngx_gcc_atomic_ppc.h \
|
||||
# src/os/unix/ngx_sunpro_atomic_sparc64.h \
|
||||
# src/os/unix/ngx_sunpro_x86.il \
|
||||
# src/os/unix/ngx_sunpro_amd64.il \
|
||||
# src/os/unix/ngx_sunpro_sparc64.il \
|
||||
|
||||
|
||||
UNIX_SRCS="$CORE_SRCS $EVENT_SRCS \
|
||||
src/core/ngx_unix_domain.c \
|
||||
src/os/unix/ngx_time.c \
|
||||
|
Reference in New Issue
Block a user