comparison src/os/unix/ngx_linux_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
24 #include <sys/ioctl.h> 24 #include <sys/ioctl.h>
25 #include <sys/resource.h> 25 #include <sys/resource.h>
26 #include <sys/socket.h> 26 #include <sys/socket.h>
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 30
30 31
31 typedef unsigned int u_int; 32 typedef unsigned int u_int;
32 typedef unsigned char u_char; 33 typedef unsigned char u_char;
33 34