summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-05 16:58:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-02-05 16:58:36 +0000
commit9260294400c902904cdf791c9c2e8fd069feec63 (patch)
treea330c9600bd1b998e44a4c15adf26868afc2dd67 /auto
parentc5371672852b64e7337f08d78ff4c1b3c0b6d159 (diff)
downloadnginx-9260294400c902904cdf791c9c2e8fd069feec63.tar.gz
nginx-9260294400c902904cdf791c9c2e8fd069feec63.tar.bz2
nginx-0.0.2-2004-02-05-19:58:36 import
Diffstat (limited to 'auto')
-rw-r--r--auto/types/typedef1
-rwxr-xr-xauto/unix3
2 files changed, 4 insertions, 0 deletions
diff --git a/auto/types/typedef b/auto/types/typedef
index 3fc20d8e6..c8a905f95 100644
--- a/auto/types/typedef
+++ b/auto/types/typedef
@@ -12,6 +12,7 @@ do
#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/signal.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <netinet/in.h>
diff --git a/auto/unix b/auto/unix
index 234ba8a30..172c73ce0 100755
--- a/auto/unix
+++ b/auto/unix
@@ -28,6 +28,9 @@ 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="socklen_t"
ngx_types="uint32_t"; . auto/types/typedef