comparison src/os/unix/ngx_freebsd_config.h @ 115:be27f922b9a2

nginx-0.0.1-2003-07-10-20:26:57 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 10 Jul 2003 16:26:57 +0000
parents 00bee6e7b485
children d57c6835225c
comparison
equal deleted inserted replaced
114:ac69ab96328d 115:be27f922b9a2
3 3
4 4
5 #include <unistd.h> 5 #include <unistd.h>
6 #include <stddef.h> /* offsetof */ 6 #include <stddef.h> /* offsetof */
7 #include <stdlib.h> 7 #include <stdlib.h>
8 #include <stdarg.h>
8 #include <stdio.h> 9 #include <stdio.h>
9 #include <fcntl.h> 10 #include <fcntl.h>
10 #include <signal.h> 11 #include <signal.h>
11 #include <sys/types.h> 12 #include <sys/types.h>
12 #include <sys/time.h> 13 #include <sys/time.h>