commit | a962506498d3930bea4e34bc21d261613065f98f | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Fri Aug 28 08:12:35 2009 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Fri Aug 28 08:12:35 2009 +0000 |
tree | f401951eaab82203accb72c8b2205b9d91f7ee07 | |
parent | 1163af9fae396700700824cca21309476cf5dd51 [diff] [blame] |
FreeBSD and Linux AIO support
diff --git a/auto/sources b/auto/sources index 616b9f1..73afc92 100644 --- a/auto/sources +++ b/auto/sources
@@ -125,6 +125,8 @@ src/os/unix/ngx_aio_read_chain.c \ src/os/unix/ngx_aio_write_chain.c" +FILE_AIO_SRCS="src/os/unix/ngx_file_aio_read.c" +LINUX_AIO_SRCS="src/os/unix/ngx_linux_aio_read.c" UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix"