comparison src/os/win32/ngx_win32_config.h @ 182:3c49eaf3f522

nginx-0.0.1-2003-11-13-09:14:05 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Nov 2003 06:14:05 +0000
parents 2d143372a1ee
children 4c698194c56d
comparison
equal deleted inserted replaced
181:811bdd2af794 182:3c49eaf3f522
1 #ifndef _NGX_WIN32_CONFIG_H_INCLUDED_ 1 #ifndef _NGX_WIN32_CONFIG_H_INCLUDED_
2 #define _NGX_WIN32_CONFIG_H_INCLUDED_ 2 #define _NGX_WIN32_CONFIG_H_INCLUDED_
3 3
4 4
5 #define WIN32 1 5 #define WIN32 1
6
7 /* STUB */
8 #define NGX_WIN_NT 200000
9 extern int ngx_win32_version;
10 /**/
11
6 12
7 13
8 #include <winsock2.h> 14 #include <winsock2.h>
9 #include <mswsock.h> 15 #include <mswsock.h>
10 #include <stddef.h> /* offsetof */ 16 #include <stddef.h> /* offsetof */
11 #include <stdio.h> 17 #include <stdio.h>
12 #include <stdlib.h> 18 #include <stdlib.h>
13 #include <stdarg.h> 19 #include <stdarg.h>
14
15 #include <time.h> /* gmtime, strftime */
16 20
17 21
18 #define ngx_inline __inline 22 #define ngx_inline __inline
19 23
20 24