comparison src/os/unix/ngx_solaris_config.h @ 196:11fbd0fc041d

nginx-0.0.1-2003-11-26-18:42:18 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Nov 2003 15:42:18 +0000
parents 8dee38ea9117
children 0b81c7a0b133
comparison
equal deleted inserted replaced
195:8dee38ea9117 196:11fbd0fc041d
15 #include <stdarg.h> 15 #include <stdarg.h>
16 #include <stdio.h> 16 #include <stdio.h>
17 #include <fcntl.h> 17 #include <fcntl.h>
18 #include <signal.h> 18 #include <signal.h>
19 #include <strings.h> 19 #include <strings.h>
20
21 #include <sys/types.h> 20 #include <sys/types.h>
21 #include <sys/stat.h>
22 #include <sys/wait.h>
22 #include <sys/filio.h> /* FIONBIO */ 23 #include <sys/filio.h> /* FIONBIO */
23 #include <sys/stropts.h> /* INFTIM */ 24 #include <sys/stropts.h> /* INFTIM */
24 #include <sys/socket.h> 25 #include <sys/socket.h>
25 #include <sys/systeminfo.h> 26 #include <sys/systeminfo.h>
26 #include <netinet/in.h> 27 #include <netinet/in.h>
27 #include <arpa/inet.h> 28 #include <arpa/inet.h>
28 #include <netdb.h> 29 #include <netdb.h>
29 30 #include <dirent.h>
30
31 #if 0
32 #define OFF_FMT "%lld"
33 #define SIZE_FMT "%d"
34 #define SIZEX_FMT "%x"
35 #define TIME_FMT "%ld"
36 #define PID_FMT "%ld"
37 #define RLIM_FMT "%lu"
38 #endif
39 31
40 32
41 #ifndef HAVE_SELECT 33 #ifndef HAVE_SELECT
42 #define HAVE_SELECT 1 34 #define HAVE_SELECT 1
43 #endif 35 #endif