Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-21 09:30:49 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-11-21 09:30:49 +0300
commitd9d0ca12688034d481e2f1f5cf13a098338ec31d (patch)
tree9dca776a24d0bd34064b21d77fe5b6d290510445 /src/os/unix/ngx_freebsd_config.h
parent1ef225254ef3f7fc5470289bdeabad2e31507d55 (diff)
nginx-0.0.1-2003-11-21-09:30:49 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r--src/os/unix/ngx_freebsd_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h
index 8a2f55e2f..a8014ec60 100644
--- a/src/os/unix/ngx_freebsd_config.h
+++ b/src/os/unix/ngx_freebsd_config.h
@@ -31,13 +31,19 @@
/* TODO: autoconf */
#if (i386)
+#if 0
#define OFF_FMT "%lld"
+#endif
+
#define SIZE_FMT "%d"
#define SIZEX_FMT "%x"
#else /* amd64, alpha, sparc64, ia64 */
+#if 0
#define OFF_FMT "%ld"
+#endif
+
#define SIZE_FMT "%ld"
#define SIZEX_FMT "%lx"