comparison src/core/ngx_config.h @ 8:708f8bb772ec

nginx-0.0.1-2002-09-02-18:48:24 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Sep 2002 14:48:24 +0000
parents 669801705ab1
children 53cb81681040
comparison
equal deleted inserted replaced
7:b5481d6fbbd4 8:708f8bb772ec
16 16
17 #define WIN32 1 17 #define WIN32 1
18 18
19 #include <winsock2.h> 19 #include <winsock2.h>
20 #include <mswsock.h> 20 #include <mswsock.h>
21 #include <stddef.h> /* offsetof */
21 #include <stdio.h> 22 #include <stdio.h>
22 #include <stdarg.h> 23 #include <stdarg.h>
23 24
24 25
25 #define ngx_inline __inline 26 #define ngx_inline __inline
86 #endif 87 #endif
87 88
88 #endif 89 #endif
89 90
90 91
92 #ifndef HAVE_SELECT
93 #define HAVE_SELECT 1
94 #endif
95
91 96
92 #ifdef __FreeBSD__ 97 #ifdef __FreeBSD__
93 98
94 #include <osreldate.h> 99 #include <osreldate.h>
95 100