comparison src/os/unix/ngx_solaris_config.h @ 305:4b1a3a4acc60

nginx-0.0.3-2004-04-02-19:13:20 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Apr 2004 15:13:20 +0000
parents 8c5bdde0d9f0
children a0beefedaf94
comparison
equal deleted inserted replaced
304:bcbe876f4262 305:4b1a3a4acc60
20 #include <signal.h> 20 #include <signal.h>
21 #include <limits.h> 21 #include <limits.h>
22 #include <sys/types.h> 22 #include <sys/types.h>
23 #include <sys/stat.h> 23 #include <sys/stat.h>
24 #include <sys/wait.h> 24 #include <sys/wait.h>
25 #include <sys/mman.h>
26 #include <sys/socket.h>
27 #include <sys/sendfile.h>
25 #include <sys/filio.h> /* FIONBIO */ 28 #include <sys/filio.h> /* FIONBIO */
26 #include <sys/stropts.h> /* INFTIM */ 29 #include <sys/stropts.h> /* INFTIM */
27 #include <sys/socket.h>
28 #include <sys/sendfile.h>
29 #include <sys/systeminfo.h> 30 #include <sys/systeminfo.h>
30 #include <netinet/in.h> 31 #include <netinet/in.h>
31 #include <arpa/inet.h> 32 #include <arpa/inet.h>
32 #include <pwd.h> 33 #include <pwd.h>
33 #include <grp.h> 34 #include <grp.h>