diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-09-26 05:45:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-09-26 05:45:21 +0000 |
commit | 02f0132392913bd632d2616a0c0ab5391c2cfc6d (patch) | |
tree | 98748e0ae20789088f409b611736a2ba7c3a6bc2 /src/os/unix/ngx_freebsd_config.h | |
parent | 14827c7c6f83eaf74dc87d2132c0125f0d5d3f8e (diff) | |
download | nginx-02f0132392913bd632d2616a0c0ab5391c2cfc6d.tar.gz nginx-02f0132392913bd632d2616a0c0ab5391c2cfc6d.zip |
nginx-0.0.1-2003-09-26-09:45:21 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index 7ec14a6f5..637c921e2 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -130,4 +130,8 @@ #endif +/* STUB */ +#define HAVE_LITTLE_ENDIAN 1 + + #endif /* _NGX_FREEBSD_CONFIG_H_INCLUDED_ */ |