diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-13 06:14:05 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-13 06:14:05 +0000 |
commit | 562e53ea7d2ec904abba1cf9a9766fe3a91574e8 (patch) | |
tree | 0ed6e4198fa7ac67ab299201dc40631c5fe145f4 /src/os/unix/ngx_freebsd_config.h | |
parent | 43beb6c40a44f94208e9ad1355758e58733bc1c2 (diff) | |
download | nginx-562e53ea7d2ec904abba1cf9a9766fe3a91574e8.tar.gz nginx-562e53ea7d2ec904abba1cf9a9766fe3a91574e8.zip |
nginx-0.0.1-2003-11-13-09:14:05 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index 890d6cc1c..233cae50a 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -76,6 +76,12 @@ #endif +/* STUB */ +#define HAVE_PREAD 1 +#define HAVE_PWRITE 1 +#define HAVE_LOCALTIME_R 1 + + /* FreeBSD sendfile */ #if __FreeBSD_version >= 300007 |