comparison src/os/unix/ngx_linux_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 34995c5ec6c4
children 008276b9e061
comparison
equal deleted inserted replaced
241:3bfa496bc22e 242:5d4f49dc8de5
34 #endif 34 #endif
35 35
36 #include <netinet/in.h> 36 #include <netinet/in.h>
37 #include <netinet/tcp.h> /* TCP_CORK */ 37 #include <netinet/tcp.h> /* TCP_CORK */
38 #include <arpa/inet.h> 38 #include <arpa/inet.h>
39 #include <pwd.h>
40 #include <grp.h>
41 #include <netdb.h>
39 #include <dirent.h> 42 #include <dirent.h>
40 #include <netdb.h>
41 43
42 44
43 45
44 #ifndef HAVE_SELECT 46 #ifndef HAVE_SELECT
45 #define HAVE_SELECT 1 47 #define HAVE_SELECT 1
72 #ifndef HAVE_SELECT_CHANGE_TIMEOUT 74 #ifndef HAVE_SELECT_CHANGE_TIMEOUT
73 #define HAVE_SELECT_CHANGE_TIMEOUT 1 75 #define HAVE_SELECT_CHANGE_TIMEOUT 1
74 #endif 76 #endif
75 77
76 78
79 #define ngx_setproctitle(title)
80
81
77 #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */ 82 #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */