comparison src/os/unix/ngx_solaris_config.h @ 103:6dfda4cf5200

nginx-0.0.1-2003-06-11-19:28:34 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Jun 2003 15:28:34 +0000
parents 7e86d028d8f0
children 7db96f59bc29
comparison
equal deleted inserted replaced
102:7e86d028d8f0 103:6dfda4cf5200
28 typedef uint32_t u_int32_t; 28 typedef uint32_t u_int32_t;
29 29
30 #define QD_FMT "%lld" 30 #define QD_FMT "%lld"
31 #define QX_FMT "%llx" 31 #define QX_FMT "%llx"
32 #define OFF_FMT "%lld" 32 #define OFF_FMT "%lld"
33 #define PID_FMT "%ld"
33 34
34 35
35 #ifndef HAVE_SELECT 36 #ifndef HAVE_SELECT
36 #define HAVE_SELECT 1 37 #define HAVE_SELECT 1
37 #endif 38 #endif
60 #define HAVE_INHERITED_NONBLOCK 1 61 #define HAVE_INHERITED_NONBLOCK 1
61 #endif 62 #endif
62 63
63 64
64 #ifndef HAVE_FIONBIO 65 #ifndef HAVE_FIONBIO
65 #define HAVE_FIONBIO 1 66 #define HAVE_FIONBIO 1
66 #endif 67 #endif
67 68
68 69
69 #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */ 70 #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */