diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-20 07:05:50 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-20 07:05:50 +0000 |
commit | bb6ec8c9fd4d23848ac3dddb1296d8fac5c99da8 (patch) | |
tree | 686cdfcc4199f807495a150e410f43940c4451cc /src/os/unix/ngx_freebsd_config.h | |
parent | 160d774afcf3cdd4f999489211eb9d78bf82439a (diff) | |
download | nginx-bb6ec8c9fd4d23848ac3dddb1296d8fac5c99da8.tar.gz nginx-bb6ec8c9fd4d23848ac3dddb1296d8fac5c99da8.zip |
nginx-0.0.1-2003-11-20-10:05:50 import; auto/configure
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_config.h | 14 |
1 files changed, 2 insertions, 12 deletions
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 <osreldate.h> -/* 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" |