2003-11-26 04:44:56 +08:00
|
|
|
|
|
|
|
CC_WARN=$CC
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_fmt_collect=yes
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-11-26 23:42:18 +08:00
|
|
|
# C types
|
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_type="int"; . auto/types/sizeof;
|
|
|
|
ngx_formats="%d"; . auto/fmt/fmt
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_type="long"; . auto/types/sizeof;
|
|
|
|
ngx_formats="%ld"; . auto/fmt/fmt
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_type="long long"; . auto/types/sizeof;
|
|
|
|
ngx_formats="%lld %qd"; . auto/fmt/fmt
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_type="void *"; . auto/types/sizeof; ngx_ptr_bytes=$ngx_bytes
|
2003-11-26 04:44:56 +08:00
|
|
|
|
|
|
|
|
2003-11-26 23:42:18 +08:00
|
|
|
# headers
|
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_inc="unistd.h"; . auto/inc
|
|
|
|
ngx_inc="inttypes.h"; . auto/inc
|
2003-11-26 23:42:18 +08:00
|
|
|
|
|
|
|
#POSIX types
|
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
NGX_AUTO_CONFIG="#include \"../$NGX_AUTO_CONFIG_H\""
|
2003-11-26 23:42:18 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_type="uint64_t"
|
|
|
|
ngx_types="u_int64_t"; . auto/types/typedef
|
2003-11-26 23:42:18 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_type="socklen_t"
|
|
|
|
ngx_types="uint32_t"; . auto/types/typedef
|
2003-11-26 23:42:18 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_type="in_addr_t"
|
|
|
|
ngx_types="uint32_t"; . auto/types/typedef
|
2003-11-26 23:42:18 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_type="rlim_t"
|
|
|
|
ngx_types="int"; . auto/types/typedef
|
2003-11-26 23:42:18 +08:00
|
|
|
|
|
|
|
. auto/types/uintptr_t
|
|
|
|
|
|
|
|
|
|
|
|
# printf() formats
|
|
|
|
|
2003-11-26 04:44:56 +08:00
|
|
|
CC_WARN=$CC_STRONG
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_fmt_collect=no
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_fmt_name=OFF_T_FMT; ngx_type="off_t"; . auto/types/sizeof
|
|
|
|
eval ngx_formats=\${ngx_${ngx_bytes}_fmt}; . auto/fmt/fmt
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_fmt_name=TIME_T_FMT; ngx_type="time_t"; . auto/types/sizeof
|
|
|
|
eval ngx_formats=\${ngx_${ngx_bytes}_fmt}; . auto/fmt/fmt
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_fmt_name=SIZE_T_FMT; ngx_type="size_t"; . auto/types/sizeof
|
|
|
|
eval ngx_formats=\${ngx_${ngx_bytes}_fmt}; . auto/fmt/fmt
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_fmt_name=SIZE_T_X_FMT; . auto/fmt/xfmt
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_fmt_name=PID_T_FMT; ngx_type="pid_t"; . auto/types/sizeof
|
|
|
|
eval ngx_formats=\${ngx_${ngx_bytes}_fmt}; . auto/fmt/fmt
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_fmt_name=RLIM_T_FMT; ngx_type="rlim_t"; . auto/types/sizeof
|
|
|
|
eval ngx_formats=\${ngx_${ngx_bytes}_fmt}; . auto/fmt/fmt
|
2003-11-26 04:44:56 +08:00
|
|
|
|
|
|
|
|
2003-11-26 23:42:18 +08:00
|
|
|
# syscalls and libc calls
|
2003-11-26 04:44:56 +08:00
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_func="pread()"
|
|
|
|
ngx_func_inc=
|
|
|
|
ngx_func_test="
|
|
|
|
char buf[1];
|
|
|
|
ssize_t n;
|
|
|
|
n = pread(0, buf, 1, 0)"
|
|
|
|
. auto/func
|
2003-11-26 04:44:56 +08:00
|
|
|
|
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_func="pwrite()"
|
|
|
|
ngx_func_inc=
|
|
|
|
ngx_func_test="
|
|
|
|
char buf[1];
|
|
|
|
ssize_t n;
|
|
|
|
n = pwrite(1, buf, 1, 0)"
|
|
|
|
. auto/func
|
2003-11-26 04:44:56 +08:00
|
|
|
|
|
|
|
|
2003-12-19 16:15:11 +08:00
|
|
|
ngx_func="strsignal()"
|
|
|
|
ngx_func_inc="#include <string.h>"
|
|
|
|
ngx_func_test="char *s = strsignal(1)"
|
|
|
|
. auto/func
|
|
|
|
|
|
|
|
|
2003-12-15 04:10:27 +08:00
|
|
|
ngx_func="strerror_r()"
|
|
|
|
ngx_func_inc="#include <string.h>"
|
|
|
|
ngx_func_test="char buf[20]; strerror_r(1, buf, 20)"
|
|
|
|
. auto/func
|
|
|
|
|
|
|
|
|
|
|
|
ngx_func="localtime_r()"
|
|
|
|
ngx_func_inc="#include <time.h>"
|
|
|
|
ngx_func_test="struct tm t; time_t c=0; localtime_r(&c, &t)"
|
|
|
|
. auto/func
|