comparison src/os/unix/ngx_linux_config.h @ 358:0a03c921c81d

nginx-0.0.7-2004-06-17-21:18:53 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 17 Jun 2004 17:18:53 +0000
parents 0fb6c53fb135
children 54f76b0b8dca
comparison
equal deleted inserted replaced
357:e260514b9ad4 358:0a03c921c81d
38 #include <time.h> /* tzset() */ 38 #include <time.h> /* tzset() */
39 #include <sys/ioctl.h> 39 #include <sys/ioctl.h>
40 #include <sys/sysctl.h> 40 #include <sys/sysctl.h>
41 #include <netinet/tcp.h> /* TCP_CORK */ 41 #include <netinet/tcp.h> /* TCP_CORK */
42 42
43
44 /* Linux has no <sys/filio.h> so autoconfigure does not find FIONBIO */
45 #ifndef HAVE_FIONBIO
46 #define HAVE_FIONBIO 1
47 #endif
48 43
49 #include <ngx_auto_config.h> 44 #include <ngx_auto_config.h>
50 45
51 46
52 #if (HAVE_PRCTL) 47 #if (HAVE_PRCTL)