comparison src/os/unix/ngx_posix_config.h @ 3052:6060225e9261

FreeBSD and Linux AIO support
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Aug 2009 08:12:35 +0000
parents a3bcaabf2ec8
children 0daede16d68b
comparison
equal deleted inserted replaced
3051:26dfc0fa22c8 3052:6060225e9261
110 #include <sys/ioctl.h> 110 #include <sys/ioctl.h>
111 #include <sys/devpoll.h> 111 #include <sys/devpoll.h>
112 #endif 112 #endif
113 113
114 114
115 #if (NGX_HAVE_FILE_AIO)
116 #include <aio.h>
117 typedef struct aiocb ngx_aiocb_t;
118 #endif
119
120
115 #define NGX_LISTEN_BACKLOG 511 121 #define NGX_LISTEN_BACKLOG 511
116 122
117 123
118 #if (__FreeBSD__) && (__FreeBSD_version < 400017) 124 #if (__FreeBSD__) && (__FreeBSD_version < 400017)
119 125