comparison auto/types/typedef @ 370:54f76b0b8dca

nginx-0.0.7-2004-06-27-22:01:57 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 27 Jun 2004 18:01:57 +0000
parents b79f021a644a
children 42d11f017717
comparison
equal deleted inserted replaced
369:9c2515d70489 370:54f76b0b8dca
8 for type in $ngx_type $ngx_types 8 for type in $ngx_type $ngx_types
9 do 9 do
10 10
11 cat << END > $NGX_AUTOTEST.c 11 cat << END > $NGX_AUTOTEST.c
12 12
13 #include <sys/types.h>
13 #include <signal.h> 14 #include <signal.h>
14 #include <sys/types.h>
15 #include <sys/socket.h> 15 #include <sys/socket.h>
16 #include <sys/time.h> 16 #include <sys/time.h>
17 #include <sys/resource.h> 17 #include <sys/resource.h>
18 #include <netinet/in.h> 18 #include <netinet/in.h>
19 $NGX_INTTYPES_H 19 $NGX_INTTYPES_H