diff options
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 |