diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-06-06 14:59:20 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-06-06 14:59:20 +0000 |
commit | e4a2526e5ccd4f3f5f160656c1a7b6f865ac44c8 (patch) | |
tree | bfa99dbe2be9b41364c325bf1d990958c93247f8 /src/os/unix/ngx_solaris_config.h | |
parent | 9cf783074fd7793ebb6859e7f62b054d79074efe (diff) | |
download | nginx-e4a2526e5ccd4f3f5f160656c1a7b6f865ac44c8.tar.gz nginx-e4a2526e5ccd4f3f5f160656c1a7b6f865ac44c8.zip |
nginx-0.0.1-2003-06-06-18:59:20 import
Diffstat (limited to 'src/os/unix/ngx_solaris_config.h')
-rw-r--r-- | src/os/unix/ngx_solaris_config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h index 31e17e1c1..e7946449d 100644 --- a/src/os/unix/ngx_solaris_config.h +++ b/src/os/unix/ngx_solaris_config.h @@ -5,8 +5,8 @@ #define SOLARIS 1 #define _REENTRANT -#define _FILE_OFFSET_BITS 64 /* must be before sys/types.h */ +#define _FILE_OFFSET_BITS 64 /* must be before sys/types.h */ #include <unistd.h> #include <stddef.h> /* offsetof */ @@ -27,6 +27,10 @@ typedef uint32_t u_int32_t; +#define QD_FMT "%lld" +#define QX_FMT "%llx" +#define OFF_FMT "%lld" + #ifndef HAVE_SELECT #define HAVE_SELECT 1 |