diff 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
line wrap: on
line diff
--- a/src/os/unix/ngx_solaris_config.h
+++ b/src/os/unix/ngx_solaris_config.h
@@ -27,6 +27,8 @@
 #include <sys/systeminfo.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#include <pwd.h>
+#include <grp.h>
 #include <netdb.h>
 #include <dirent.h>
 
@@ -65,4 +67,7 @@
 #endif
 
 
+#define ngx_setproctitle(title)
+
+
 #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */