comparison src/os/unix/ngx_solaris_config.h @ 316:a0beefedaf94

nginx-0.0.3-2004-04-15-00:34:05 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Apr 2004 20:34:05 +0000
parents 4b1a3a4acc60
children 0fb6c53fb135
comparison
equal deleted inserted replaced
315:39b6f2df45c0 316:a0beefedaf94
24 #include <sys/wait.h> 24 #include <sys/wait.h>
25 #include <sys/mman.h> 25 #include <sys/mman.h>
26 #include <sys/socket.h> 26 #include <sys/socket.h>
27 #include <sys/sendfile.h> 27 #include <sys/sendfile.h>
28 #include <sys/filio.h> /* FIONBIO */ 28 #include <sys/filio.h> /* FIONBIO */
29 #include <sys/stropts.h> /* INFTIM */
30 #include <sys/systeminfo.h> 29 #include <sys/systeminfo.h>
31 #include <netinet/in.h> 30 #include <netinet/in.h>
32 #include <arpa/inet.h> 31 #include <arpa/inet.h>
33 #include <pwd.h> 32 #include <pwd.h>
34 #include <grp.h> 33 #include <grp.h>
73 72
74 73
75 #define ngx_setproctitle(title) 74 #define ngx_setproctitle(title)
76 75
77 76
77 /* STUB */
78 #define HAVE_LITTLE_ENDIAN 1
79
80
78 #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */ 81 #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */