comparison src/core/ngx_core.h @ 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
66 #include <ngx_shmtx.h> 66 #include <ngx_shmtx.h>
67 #if (NGX_OPENSSL) 67 #if (NGX_OPENSSL)
68 #include <ngx_event_openssl.h> 68 #include <ngx_event_openssl.h>
69 #endif 69 #endif
70 #include <ngx_inet.h> 70 #include <ngx_inet.h>
71 #if (NGX_HAVE_UNIX_DOMAIN)
72 #include <ngx_unix_domain.h>
73 #endif
74 #include <ngx_cycle.h> 71 #include <ngx_cycle.h>
75 #include <ngx_process_cycle.h> 72 #include <ngx_process_cycle.h>
76 #include <ngx_conf_file.h> 73 #include <ngx_conf_file.h>
77 #include <ngx_os.h> 74 #include <ngx_os.h>
78 #include <ngx_connection.h> 75 #include <ngx_connection.h>