comparison auto/configure @ 193:dd66383796a5

nginx-0.0.1-2003-11-20-20:36:43 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Nov 2003 17:36:43 +0000
parents 31824be1fc66
children 2357fa41738a
comparison
equal deleted inserted replaced
192:31824be1fc66 193:dd66383796a5
1 1
2 CC=cc 2 CC=cc
3 CPP='cc -E' 3 CPP='cc -E'
4 4
5 echo > ngx_auto_config.h 5 echo > ngx_auto_config.h
6
7 NGX_TYPE="long"; . auto/types/sizeof; NGX_MAX_LONG=$NGX_MAX_SIZE
8 NGX_FORMATS="l"; . auto/fmt/fmt
9
10
11 NGX_TYPE="long long"; . auto/types/sizeof; NGX_MAX_LONG_LONG=$NGX_MAX_SIZE
12 NGX_FORMATS="ll q"; . auto/fmt/fmt
13
14 #NGX_TYPE="__int64_t"; . auto/types/typedef; NGX_TIME_T_FMT=$NGX_FMT
15
16 #NGX_TYPE="time_t"; . auto/types/typedef; NGX_TIME_T_FMT=$NGX_FMT
17
18
19 #exit
6 20
7 . auto/types/time_t 21 . auto/types/time_t
8 22
9 . auto/types/uint64_t 23 . auto/types/uint64_t
10 . auto/types/uintptr_t 24 . auto/types/uintptr_t