comparison src/os/unix/ngx_solaris_config.h @ 115:be27f922b9a2

nginx-0.0.1-2003-07-10-20:26:57 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 10 Jul 2003 16:26:57 +0000
parents 7db96f59bc29
children 8aef3c72e5da
comparison
equal deleted inserted replaced
114:ac69ab96328d 115:be27f922b9a2
9 #define _FILE_OFFSET_BITS 64 /* must be before sys/types.h */ 9 #define _FILE_OFFSET_BITS 64 /* must be before sys/types.h */
10 10
11 #include <unistd.h> 11 #include <unistd.h>
12 #include <stddef.h> /* offsetof */ 12 #include <stddef.h> /* offsetof */
13 #include <stdlib.h> 13 #include <stdlib.h>
14 #include <stdarg.h>
14 #include <stdio.h> 15 #include <stdio.h>
15 #include <fcntl.h> 16 #include <fcntl.h>
16 #include <signal.h> 17 #include <signal.h>
17 #include <strings.h> 18 #include <strings.h>
18 19