Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/unix
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-04 19:34:23 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-03-04 19:34:23 +0300
commit6a9304522227d4b4df873d3716cf06093d497700 (patch)
treebc6a3eb7d26df2048714235ce96b98471b813979 /auto/unix
parenta536298c7bd1f525db97facab814a2906214ee7f (diff)
nginx-0.0.2-2004-03-04-19:34:23 import
Diffstat (limited to 'auto/unix')
-rwxr-xr-xauto/unix4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/unix b/auto/unix
index 017f7bf6a..55b66bf93 100755
--- a/auto/unix
+++ b/auto/unix
@@ -25,8 +25,8 @@ NGX_AUTO_CONFIG="#include \"../$NGX_AUTO_CONFIG_H\""
ngx_type="uint64_t"
ngx_types="u_int64_t"; . auto/types/typedef
-#ngx_type="sig_atomic_t"
-#ngx_types="int"; . auto/types/typedef
+ngx_type="sig_atomic_t"
+ngx_types="int"; . auto/types/typedef
ngx_type="socklen_t"
ngx_types="uint32_t"; . auto/types/typedef