comparison src/os/unix/ngx_solaris_config.h @ 183:4c698194c56d

nginx-0.0.1-2003-11-13-19:16:33 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Nov 2003 16:16:33 +0000
parents 9f3a78b06c48
children c966c09be66b
comparison
equal deleted inserted replaced
182:3c49eaf3f522 183:4c698194c56d
20 20
21 #include <sys/types.h> 21 #include <sys/types.h>
22 #include <sys/filio.h> /* FIONBIO */ 22 #include <sys/filio.h> /* FIONBIO */
23 #include <sys/stropts.h> /* INFTIM */ 23 #include <sys/stropts.h> /* INFTIM */
24 #include <sys/socket.h> 24 #include <sys/socket.h>
25 #include <sys/systeminfo.h>
25 #include <netinet/in.h> 26 #include <netinet/in.h>
26 #include <arpa/inet.h> 27 #include <arpa/inet.h>
27 #include <netdb.h> 28 #include <netdb.h>
28 29
29 30
30 typedef uint32_t u_int32_t; 31 typedef uint32_t u_int32_t;
31 32
32 #define OFF_FMT "%lld" 33 #define OFF_FMT "%lld"
33 #define SIZE_FMT "%d" 34 #define SIZE_FMT "%d"
34 #define SIZEX_FMT "%x" 35 #define SIZEX_FMT "%x"
36 #define TIME_FMT "%lu"
35 #define PID_FMT "%ld" 37 #define PID_FMT "%ld"
36 #define TIME_FMT "%lu" 38 #define RLIM_FMT "%lu"
37 39
38 40
39 #ifndef HAVE_SELECT 41 #ifndef HAVE_SELECT
40 #define HAVE_SELECT 1 42 #define HAVE_SELECT 1
41 #endif 43 #endif