diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-21 06:30:49 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-21 06:30:49 +0000 |
commit | d9d0ca12688034d481e2f1f5cf13a098338ec31d (patch) | |
tree | 9dca776a24d0bd34064b21d77fe5b6d290510445 /src/os/unix/ngx_freebsd_config.h | |
parent | 1ef225254ef3f7fc5470289bdeabad2e31507d55 (diff) | |
download | nginx-d9d0ca12688034d481e2f1f5cf13a098338ec31d.tar.gz nginx-d9d0ca12688034d481e2f1f5cf13a098338ec31d.zip |
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.h | 6 |
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" |