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_linux_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_linux_config.h')
-rw-r--r-- | src/os/unix/ngx_linux_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index d36d665be..95cf54a34 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -93,4 +93,8 @@ extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size); #define ngx_setproctitle(title) +/* STUB */ +#define HAVE_LITTLE_ENDIAN 1 + + #endif /* _NGX_LINUX_CONFIG_H_INCLUDED_ */ |