diff auto/unix @ 417:0526206251f6

nginx-0.0.10-2004-09-07-19:29:22 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 07 Sep 2004 15:29:22 +0000
parents 54f76b0b8dca
children 42d11f017717
line wrap: on
line diff
--- a/auto/unix
+++ b/auto/unix
@@ -32,6 +32,8 @@ ngx_type="socklen_t"; ngx_types="uint32_
 
 ngx_type="in_addr_t"; ngx_types="uint32_t"; . auto/types/typedef
 
+ngx_type="in_port_t"; ngx_types="u_short"; . auto/types/typedef
+
 ngx_type="rlim_t"; ngx_types="int"; . auto/types/typedef
 
 . auto/types/uintptr_t