comparison src/os/win32/ngx_win32_config.h @ 123:b75602822f64

nginx-0.0.1-2003-07-24-00:01:29 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jul 2003 20:01:29 +0000
parents cd54bcbaf3b5
children ef8c87afcfc5
comparison
equal deleted inserted replaced
122:cd91e4a1ad0d 123:b75602822f64
7 7
8 #include <winsock2.h> 8 #include <winsock2.h>
9 #include <mswsock.h> 9 #include <mswsock.h>
10 #include <stddef.h> /* offsetof */ 10 #include <stddef.h> /* offsetof */
11 #include <stdio.h> 11 #include <stdio.h>
12 #include <stdlib.h>
12 #include <stdarg.h> 13 #include <stdarg.h>
13 14
14 #include <time.h> /* gmtime, strftime */ 15 #include <time.h> /* gmtime, strftime */
15 16
16 17