diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-14 20:34:05 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-14 20:34:05 +0000 |
commit | cccc5528945be46d6afb456e7aba751340af9089 (patch) | |
tree | b734bef5df932252d9f04ddaf39ef80c83b0b0f2 /src/os/unix/ngx_solaris_config.h | |
parent | b3968b314f063c42f983ba70becfb9fae97651f0 (diff) | |
download | nginx-cccc5528945be46d6afb456e7aba751340af9089.tar.gz nginx-cccc5528945be46d6afb456e7aba751340af9089.zip |
nginx-0.0.3-2004-04-15-00:34:05 import
Diffstat (limited to 'src/os/unix/ngx_solaris_config.h')
-rw-r--r-- | src/os/unix/ngx_solaris_config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h index 7c02c4455..431841cff 100644 --- a/src/os/unix/ngx_solaris_config.h +++ b/src/os/unix/ngx_solaris_config.h @@ -26,7 +26,6 @@ #include <sys/socket.h> #include <sys/sendfile.h> #include <sys/filio.h> /* FIONBIO */ -#include <sys/stropts.h> /* INFTIM */ #include <sys/systeminfo.h> #include <netinet/in.h> #include <arpa/inet.h> @@ -75,4 +74,8 @@ #define ngx_setproctitle(title) +/* STUB */ +#define HAVE_LITTLE_ENDIAN 1 + + #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */ |