comparison src/os/unix/ngx_linux_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
27 #include <netinet/in.h> 27 #include <netinet/in.h>
28 #include <arpa/inet.h> 28 #include <arpa/inet.h>
29 #include <netdb.h> 29 #include <netdb.h>
30 30
31 31
32 typedef unsigned int u_int;
33 typedef unsigned short u_short;
34 typedef unsigned char u_char;
35 32
36 33 #define QD_FMT "%qd"
37 #define QD_FMT "%qd" 34 #define QX_FMT "%qx"
38 #define QX_FMT "%qx" 35 #define OFF_FMT "%qd"
39 #define OFF_FMT "%qd" 36 #define PID_FMT "%d"
40 37
41 38
42 #ifndef HAVE_SELECT 39 #ifndef HAVE_SELECT
43 #define HAVE_SELECT 1 40 #define HAVE_SELECT 1
44 #endif 41 #endif
61 #define HAVE_INHERITED_NONBLOCK 1 58 #define HAVE_INHERITED_NONBLOCK 1
62 #endif 59 #endif
63 60
64 61
65 #ifndef HAVE_FIONBIO 62 #ifndef HAVE_FIONBIO
66 #define HAVE_FIONBIO 1 63 #define HAVE_FIONBIO 1
67 #endif 64 #endif
68 65
69 66
70 #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */ 67 #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */