nginx-0.3.24-RELEASE import

    *) Workaround: for bug in FreeBSD kqueue.

    *) Bugfix: now a response generated by the "post_action" directive is
       not transferred to a client.

    *) Bugfix: the memory leaks were occurring if many log files were used.

    *) Bugfix: the first "proxy_redirect" directive was working inside one
       location.

    *) Bugfix: on 64-bit platforms segmentation fault may occurred on start
       if the many names were used in the "server_name" directives; the bug
       had appeared in 0.3.18.
diff --git a/auto/sources b/auto/sources
index 5ffbc6c..5dac199 100644
--- a/auto/sources
+++ b/auto/sources
@@ -119,7 +119,7 @@
             src/os/unix/ngx_alloc.h \
             src/os/unix/ngx_files.h \
             src/os/unix/ngx_channel.h \
-            src/os/unix/ngx_shared.h \
+            src/os/unix/ngx_shmem.h \
             src/os/unix/ngx_process.h \
             src/os/unix/ngx_setproctitle.h \
             src/os/unix/ngx_atomic.h \
@@ -152,7 +152,7 @@
             src/os/unix/ngx_send.c \
             src/os/unix/ngx_writev_chain.c \
             src/os/unix/ngx_channel.c \
-            src/os/unix/ngx_shared.c \
+            src/os/unix/ngx_shmem.c \
             src/os/unix/ngx_process.c \
             src/os/unix/ngx_daemon.c \
             src/os/unix/ngx_setproctitle.c \
@@ -190,7 +190,7 @@
             src/os/win32/ngx_errno.h \
             src/os/win32/ngx_alloc.h \
             src/os/win32/ngx_files.h \
-            src/os/win32/ngx_shared.h \
+            src/os/win32/ngx_shmem.h \
             src/os/win32/ngx_process.h \
             src/os/win32/ngx_atomic.h \
             src/os/win32/ngx_thread.h \
@@ -207,6 +207,7 @@
             src/os/win32/ngx_errno.c \
             src/os/win32/ngx_alloc.c \
             src/os/win32/ngx_files.c \
+            src/os/win32/ngx_shmem.c \
             src/os/win32/ngx_time.c \
             src/os/win32/ngx_process.c \
             src/os/win32/ngx_thread.c \