comparison src/os/unix/ngx_freebsd_config.h @ 182:3c49eaf3f522

nginx-0.0.1-2003-11-13-09:14:05 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Nov 2003 06:14:05 +0000
parents 4db54fdbcbe7
children 4c698194c56d
comparison
equal deleted inserted replaced
181:811bdd2af794 182:3c49eaf3f522
74 #if defined SO_ACCEPTFILTER && !defined HAVE_DEFERRED_ACCEPT 74 #if defined SO_ACCEPTFILTER && !defined HAVE_DEFERRED_ACCEPT
75 #define HAVE_DEFERRED_ACCEPT 1 75 #define HAVE_DEFERRED_ACCEPT 1
76 #endif 76 #endif
77 77
78 78
79 /* STUB */
80 #define HAVE_PREAD 1
81 #define HAVE_PWRITE 1
82 #define HAVE_LOCALTIME_R 1
83
84
79 /* FreeBSD sendfile */ 85 /* FreeBSD sendfile */
80 86
81 #if __FreeBSD_version >= 300007 87 #if __FreeBSD_version >= 300007
82 88
83 #ifndef HAVE_FREEBSD_SENDFILE 89 #ifndef HAVE_FREEBSD_SENDFILE