diff options
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_ */ |