comparison src/core/ngx_config.h @ 6:669801705ab1

nginx-0.0.1-2002-08-26-19:18:19 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Aug 2002 15:18:19 +0000
parents 34a521b1a148
children 708f8bb772ec
comparison
equal deleted inserted replaced
5:62b1a364857c 6:669801705ab1
46 #endif 46 #endif
47 47
48 #else /* POSIX */ 48 #else /* POSIX */
49 49
50 #include <unistd.h> 50 #include <unistd.h>
51 #include <stddef.h> /* offsetof */
51 #include <stdlib.h> 52 #include <stdlib.h>
52 #include <stdio.h> 53 #include <stdio.h>
53 #include <stdarg.h> 54 #include <stdarg.h>
54 #include <fcntl.h> 55 #include <fcntl.h>
55 #include <signal.h> 56 #include <signal.h>