comparison src/os/unix/ngx_linux_config.h @ 189:c966c09be66b

nginx-0.0.1-2003-11-18-19:49:00 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 Nov 2003 16:49:00 +0000
parents 4c698194c56d
children 8dee38ea9117
comparison
equal deleted inserted replaced
188:0061d1f0908d 189:c966c09be66b
32 32
33 33
34 #define OFF_FMT "%lld" 34 #define OFF_FMT "%lld"
35 #define SIZE_FMT "%d" 35 #define SIZE_FMT "%d"
36 #define SIZEX_FMT "%x" 36 #define SIZEX_FMT "%x"
37 #define TIME_FMT "%lu" 37 #define TIME_FMT "%ld"
38 #define PID_FMT "%d" 38 #define PID_FMT "%d"
39 #define RLIM_FMT "%lu" 39 #define RLIM_FMT "%lu"
40 40
41 41
42 42