diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-13 16:16:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-13 16:16:33 +0000 |
commit | 45890ea8c13a561fe3fd66bf639ad429f3c18846 (patch) | |
tree | 72b5d6ceedcd3152d68d579989a99ddf0de84db5 /src/os/unix/ngx_solaris_config.h | |
parent | 562e53ea7d2ec904abba1cf9a9766fe3a91574e8 (diff) | |
download | nginx-45890ea8c13a561fe3fd66bf639ad429f3c18846.tar.gz nginx-45890ea8c13a561fe3fd66bf639ad429f3c18846.zip |
nginx-0.0.1-2003-11-13-19:16:33 import
Diffstat (limited to 'src/os/unix/ngx_solaris_config.h')
-rw-r--r-- | src/os/unix/ngx_solaris_config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h index 21724f80b..fe680b808 100644 --- a/src/os/unix/ngx_solaris_config.h +++ b/src/os/unix/ngx_solaris_config.h @@ -22,6 +22,7 @@ #include <sys/filio.h> /* FIONBIO */ #include <sys/stropts.h> /* INFTIM */ #include <sys/socket.h> +#include <sys/systeminfo.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> @@ -32,8 +33,9 @@ typedef uint32_t u_int32_t; #define OFF_FMT "%lld" #define SIZE_FMT "%d" #define SIZEX_FMT "%x" -#define PID_FMT "%ld" #define TIME_FMT "%lu" +#define PID_FMT "%ld" +#define RLIM_FMT "%lu" #ifndef HAVE_SELECT |