summaryrefslogtreecommitdiffhomepage
path: root/auto/configure
blob: 8b182d95c0474a0dd34b2240703ae19b0e425e25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

CC=cc
CPP='cc -E'

echo > ngx_auto_config.h

NGX_TYPE="long"; . auto/types/sizeof; NGX_MAX_LONG=$NGX_MAX_SIZE
NGX_FORMATS="l"; . auto/fmt/fmt


NGX_TYPE="long long"; . auto/types/sizeof; NGX_MAX_LONG_LONG=$NGX_MAX_SIZE
NGX_FORMATS="ll q"; . auto/fmt/fmt

#NGX_TYPE="__int64_t"; . auto/types/typedef; NGX_TIME_T_FMT=$NGX_FMT

#NGX_TYPE="time_t"; . auto/types/typedef; NGX_TIME_T_FMT=$NGX_FMT


#exit

. auto/types/time_t

. auto/types/uint64_t
. auto/types/uintptr_t

. auto/types/socklen_t