comparison src/os/unix/ngx_solaris_config.h @ 104:7db96f59bc29

nginx-0.0.1-2003-06-12-09:54:39 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Jun 2003 05:54:39 +0000
parents 6dfda4cf5200
children be27f922b9a2
comparison
equal deleted inserted replaced
103:6dfda4cf5200 104:7db96f59bc29
25 #include <netdb.h> 25 #include <netdb.h>
26 26
27 27
28 typedef uint32_t u_int32_t; 28 typedef uint32_t u_int32_t;
29 29
30 #define QD_FMT "%lld" 30 #define OFF_FMT "%lld"
31 #define QX_FMT "%llx" 31 #define SIZE_FMT "%d"
32 #define OFF_FMT "%lld" 32 #define SIZEX_FMT "%x"
33 #define PID_FMT "%ld" 33 #define PID_FMT "%ld"
34 34
35 35
36 #ifndef HAVE_SELECT 36 #ifndef HAVE_SELECT
37 #define HAVE_SELECT 1 37 #define HAVE_SELECT 1
38 #endif 38 #endif