comparison src/os/unix/ngx_solaris_config.h @ 242:5d4f49dc8de5

nginx-0.0.1-2004-01-28-18:22:37 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Jan 2004 15:22:37 +0000
parents 0b81c7a0b133
children 2a0540287298
comparison
equal deleted inserted replaced
241:3bfa496bc22e 242:5d4f49dc8de5
25 #include <sys/socket.h> 25 #include <sys/socket.h>
26 #include <sys/sendfile.h> 26 #include <sys/sendfile.h>
27 #include <sys/systeminfo.h> 27 #include <sys/systeminfo.h>
28 #include <netinet/in.h> 28 #include <netinet/in.h>
29 #include <arpa/inet.h> 29 #include <arpa/inet.h>
30 #include <pwd.h>
31 #include <grp.h>
30 #include <netdb.h> 32 #include <netdb.h>
31 #include <dirent.h> 33 #include <dirent.h>
32 34
33 35
34 #ifndef HAVE_SELECT 36 #ifndef HAVE_SELECT
63 #ifndef HAVE_FIONBIO 65 #ifndef HAVE_FIONBIO
64 #define HAVE_FIONBIO 1 66 #define HAVE_FIONBIO 1
65 #endif 67 #endif
66 68
67 69
70 #define ngx_setproctitle(title)
71
72
68 #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */ 73 #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */