diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-01-28 15:22:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-28 15:22:37 +0000 |
commit | cada4ee47d37e1e954e15a07afc6f45d6fb04342 (patch) | |
tree | 962c69cab1720cca1c7bb0236c14243ae663f0bf /src/os/unix/ngx_linux_config.h | |
parent | ba90f581f447fde1786d8bc17d91f137b154febc (diff) | |
download | nginx-cada4ee47d37e1e954e15a07afc6f45d6fb04342.tar.gz nginx-cada4ee47d37e1e954e15a07afc6f45d6fb04342.zip |
nginx-0.0.1-2004-01-28-18:22:37 import
Diffstat (limited to 'src/os/unix/ngx_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 0ec0532f3..d3be6d247 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -36,8 +36,10 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #include <netinet/in.h> #include <netinet/tcp.h> /* TCP_CORK */ #include <arpa/inet.h> -#include <dirent.h> +#include <pwd.h> +#include <grp.h> #include <netdb.h> +#include <dirent.h> @@ -74,4 +76,7 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #endif +#define ngx_setproctitle(title) + + #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */ |