Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-15 00:34:05 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-04-15 00:34:05 +0400
commitcccc5528945be46d6afb456e7aba751340af9089 (patch)
treeb734bef5df932252d9f04ddaf39ef80c83b0b0f2 /src/os/unix/ngx_linux_config.h
parentb3968b314f063c42f983ba70becfb9fae97651f0 (diff)
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.h4
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_ */