From bb6ec8c9fd4d23848ac3dddb1296d8fac5c99da8 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 20 Nov 2003 07:05:50 +0000 Subject: nginx-0.0.1-2003-11-20-10:05:50 import; auto/configure --- src/os/unix/ngx_freebsd_config.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/os/unix/ngx_freebsd_config.h') diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index a045a1d07..8a2f55e2f 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -27,18 +27,6 @@ #include -/* TODO: autoconf */ -#if __FreeBSD_version < 300007 -typedef u_int64_t uint64_t; -typedef u_int32_t uintptr_t; -#endif - - -/* TODO: autoconf ??? */ -#if __FreeBSD_version < 330002 /* exactly */ -typedef uint32_t socklen_t; -#endif - /* TODO: autoconf */ #if (i386) @@ -55,7 +43,9 @@ typedef uint32_t socklen_t; #endif +#if 0 #define TIME_FMT "%ld" +#endif #define PID_FMT "%d" #define RLIM_FMT "%lld" -- cgit