comparison auto/sources @ 806:fc742aa760f3

axe src/core/ngx_unix_domain.*
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Oct 2006 13:43:19 +0000
parents f9a971440614
children 201d017ea470
comparison
equal deleted inserted replaced
805:8ee450f30c25 806:fc742aa760f3
118 118
119 119
120 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix" 120 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix"
121 121
122 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \ 122 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \
123 src/core/ngx_unix_domain.h \
124 src/os/unix/ngx_time.h \ 123 src/os/unix/ngx_time.h \
125 src/os/unix/ngx_types.h \ 124 src/os/unix/ngx_types.h \
126 src/os/unix/ngx_errno.h \ 125 src/os/unix/ngx_errno.h \
127 src/os/unix/ngx_alloc.h \ 126 src/os/unix/ngx_alloc.h \
128 src/os/unix/ngx_files.h \ 127 src/os/unix/ngx_files.h \
147 # src/os/unix/ngx_sunpro_amd64.il \ 146 # src/os/unix/ngx_sunpro_amd64.il \
148 # src/os/unix/ngx_sunpro_sparc64.il \ 147 # src/os/unix/ngx_sunpro_sparc64.il \
149 148
150 149
151 UNIX_SRCS="$CORE_SRCS $EVENT_SRCS \ 150 UNIX_SRCS="$CORE_SRCS $EVENT_SRCS \
152 src/core/ngx_unix_domain.c \
153 src/os/unix/ngx_time.c \ 151 src/os/unix/ngx_time.c \
154 src/os/unix/ngx_errno.c \ 152 src/os/unix/ngx_errno.c \
155 src/os/unix/ngx_alloc.c \ 153 src/os/unix/ngx_alloc.c \
156 src/os/unix/ngx_files.c \ 154 src/os/unix/ngx_files.c \
157 src/os/unix/ngx_socket.c \ 155 src/os/unix/ngx_socket.c \