comparison auto/types/typedef @ 279:b79f021a644a

nginx-0.0.2-2004-03-04-19:34:23 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 Mar 2004 16:34:23 +0000
parents 84b1c672ec5a
children 54f76b0b8dca
comparison
equal deleted inserted replaced
278:0ba4821f4460 279:b79f021a644a
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 <signal.h>
13 #include <sys/types.h> 14 #include <sys/types.h>
14 #include <sys/socket.h> 15 #include <sys/socket.h>
15 #include <sys/signal.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
20 20