diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-05-22 15:23:47 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-22 15:23:47 +0000 |
commit | 6a1cc903bf2db47b7061791b9e878ededcba1aa4 (patch) | |
tree | 5e9d78365d85901394f312d8eed6a1811692891b /src/os/unix/ngx_freebsd_config.h | |
parent | fa73aac7747c9d0a8575eb2beffcdab50171e006 (diff) | |
download | nginx-6a1cc903bf2db47b7061791b9e878ededcba1aa4.tar.gz nginx-6a1cc903bf2db47b7061791b9e878ededcba1aa4.zip |
nginx-0.0.1-2003-05-22-19:23:47 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_config.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index f8066e561..73646fa0a 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -6,22 +6,16 @@ #include <stddef.h> /* offsetof */ #include <stdlib.h> #include <stdio.h> -#include <stdarg.h> #include <fcntl.h> #include <signal.h> -#include <string.h> -#include <time.h> #include <sys/types.h> -#include <sys/mman.h> -#include <sys/wait.h> -#include <sys/socket.h> +#include <sys/time.h> #include <sys/uio.h> #include <sys/ioctl.h> #include <sys/resource.h> +#include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <netdb.h> - #include <osreldate.h> |