comparison src/os/unix/ngx_freebsd_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 cd71b95716b4
children 2a0540287298
comparison
equal deleted inserted replaced
241:3bfa496bc22e 242:5d4f49dc8de5
19 #include <sys/wait.h> 19 #include <sys/wait.h>
20 #include <sys/mman.h> 20 #include <sys/mman.h>
21 #include <sys/socket.h> 21 #include <sys/socket.h>
22 #include <netinet/in.h> 22 #include <netinet/in.h>
23 #include <netinet/tcp.h> /* TCP_NOPUSH */ 23 #include <netinet/tcp.h> /* TCP_NOPUSH */
24 #include <dirent.h>
25 #include <arpa/inet.h> 24 #include <arpa/inet.h>
26 #include <netdb.h>
27 #include <pwd.h> 25 #include <pwd.h>
28 #include <grp.h> 26 #include <grp.h>
27 #include <netdb.h>
28 #include <dirent.h>
29 #include <osreldate.h> 29 #include <osreldate.h>
30 30
31 31
32 #ifndef HAVE_SELECT 32 #ifndef HAVE_SELECT
33 #define HAVE_SELECT 1 33 #define HAVE_SELECT 1
75 #ifndef HAVE_FIONBIO 75 #ifndef HAVE_FIONBIO
76 #define HAVE_FIONBIO 1 76 #define HAVE_FIONBIO 1
77 #endif 77 #endif
78 78
79 79
80 /* STUB: autoconf */
81 #define ngx_setproctitle setproctitle
82
83
80 /* STUB */ 84 /* STUB */
81 #define HAVE_LITTLE_ENDIAN 1 85 #define HAVE_LITTLE_ENDIAN 1
82 86
83 87
84 extern char *malloc_options; 88 extern char *malloc_options;