Lines Matching refs:auto

6 Index: nginx-1.12.2/auto/feature
8 --- nginx-1.12.2.orig/auto/feature
9 +++ nginx-1.12.2/auto/feature
74 Index: nginx-1.12.2/auto/options
76 --- nginx-1.12.2.orig/auto/options
77 +++ nginx-1.12.2/auto/options
124 Index: nginx-1.12.2/auto/types/sizeof
126 --- nginx-1.12.2.orig/auto/types/sizeof
127 +++ nginx-1.12.2/auto/types/sizeof
166 Index: nginx-1.12.2/auto/unix
168 --- nginx-1.12.2.orig/auto/unix
169 +++ nginx-1.12.2/auto/unix
174 -ngx_type="int"; . auto/types/sizeof
175 +ngx_type="int"; ngx_param="INT"; . auto/types/sizeof
177 -ngx_type="long"; . auto/types/sizeof
178 +ngx_type="long"; ngx_param="LONG"; . auto/types/sizeof
180 -ngx_type="long long"; . auto/types/sizeof
181 +ngx_type="long long"; ngx_param="LONG_LONG"; . auto/types/sizeof
183 -ngx_type="void *"; . auto/types/sizeof; ngx_ptr_size=$ngx_size
184 +ngx_type="void *"; ngx_param="PTR_SIZE"; . auto/types/sizeof; ngx_ptr_size=$ngx_size
185 ngx_param=NGX_PTR_SIZE; ngx_value=$ngx_size; . auto/types/value
189 ngx_type="uint32_t"; ngx_types="u_int32_t"; . auto/types/typedef
190 ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef
192 -ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef
193 +ngx_type="sig_atomic_t"; ngx_param="SIG_ATOMIC_T"; ngx_types="int"; . auto/types/typedef
194 . auto/types/sizeof
195 ngx_param=NGX_SIG_ATOMIC_T_SIZE; ngx_value=$ngx_size; . auto/types/value
199 . auto/endianness
201 -ngx_type="size_t"; . auto/types/sizeof
202 +ngx_type="size_t"; ngx_param="SIZE_T"; . auto/types/sizeof
203 ngx_param=NGX_MAX_SIZE_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
204 ngx_param=NGX_SIZE_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
206 -ngx_type="off_t"; . auto/types/sizeof
207 +ngx_type="off_t"; ngx_param="OFF_T"; . auto/types/sizeof
208 ngx_param=NGX_MAX_OFF_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value
209 ngx_param=NGX_OFF_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
211 -ngx_type="time_t"; . auto/types/sizeof
212 +ngx_type="time_t"; ngx_param="TIME_T"; . auto/types/sizeof
213 ngx_param=NGX_TIME_T_SIZE; ngx_value=$ngx_size; . auto/types/value
214 ngx_param=NGX_TIME_T_LEN; ngx_value=$ngx_max_len; . auto/types/value
215 ngx_param=NGX_MAX_TIME_T_VALUE; ngx_value=$ngx_max_value; . auto/types/value