comparison auto/types/sizeof @ 242:5d4f49dc8de5

nginx-0.0.1-2004-01-28-18:22:37 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Jan 2004 15:22:37 +0000
parents 00cafae0bdf1
children 1903c6821958
comparison
equal deleted inserted replaced
241:3bfa496bc22e 242:5d4f49dc8de5
5 5
6 ngx_bytes= 6 ngx_bytes=
7 7
8 cat << END > $NGX_AUTOTEST.c 8 cat << END > $NGX_AUTOTEST.c
9 9
10 #include <sys/types.h>
10 #include <sys/time.h> 11 #include <sys/time.h>
11 #include <sys/resource.h> 12 #include <sys/resource.h>
13 $NGX_UNISTD_H
12 $NGX_INTTYPES_H 14 $NGX_INTTYPES_H
13 $NGX_AUTO_CONFIG 15 $NGX_AUTO_CONFIG
14 16
15 int main() { 17 int main() {
16 printf("%d", sizeof($ngx_type)); 18 printf("%d", sizeof($ngx_type));