comparison src/os/unix/ngx_solaris_config.h @ 167:8aef3c72e5da

nginx-0.0.1-2003-10-30-19:51:33 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Oct 2003 16:51:33 +0000
parents be27f922b9a2
children 9f3a78b06c48
comparison
equal deleted inserted replaced
166:389d7ee9fa60 167:8aef3c72e5da
7 #define _REENTRANT 7 #define _REENTRANT
8 8
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 <inttypes.h>
12 #include <stddef.h> /* offsetof */ 13 #include <stddef.h> /* offsetof */
13 #include <stdlib.h> 14 #include <stdlib.h>
14 #include <stdarg.h> 15 #include <stdarg.h>
15 #include <stdio.h> 16 #include <stdio.h>
16 #include <fcntl.h> 17 #include <fcntl.h>