comparison src/os/unix/ngx_solaris_config.h @ 97:70d2345a903f

nginx-0.0.1-2003-05-29-17:02:09 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 May 2003 13:02:09 +0000
parents 8220378432a8
children 2e069b6e6920
comparison
equal deleted inserted replaced
96:a23d010f356d 97:70d2345a903f
20 #include <sys/filio.h> /* FIONBIO */ 20 #include <sys/filio.h> /* FIONBIO */
21 #include <sys/stropts.h> /* INFTIM */ 21 #include <sys/stropts.h> /* INFTIM */
22 #include <sys/socket.h> 22 #include <sys/socket.h>
23 #include <netinet/in.h> 23 #include <netinet/in.h>
24 #include <arpa/inet.h> 24 #include <arpa/inet.h>
25 #include <netdb.h>
25 26
26 27
27 typedef uint32_t u_int32_t; 28 typedef uint32_t u_int32_t;
28 29
29 30