comparison src/os/unix/ngx_linux_config.h @ 2018:c54ccad7b2f0

fix building on modern Fedora 9 caused by IOV_MAX
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 May 2008 13:45:07 +0000
parents 6b86f793eac5
children ceef364208c8
comparison
equal deleted inserted replaced
2017:c5535c2f6942 2018:c54ccad7b2f0
45 #include <netdb.h> 45 #include <netdb.h>
46 #include <sys/un.h> 46 #include <sys/un.h>
47 47
48 #include <time.h> /* tzset() */ 48 #include <time.h> /* tzset() */
49 #include <malloc.h> /* memalign() */ 49 #include <malloc.h> /* memalign() */
50 #include <limits.h> /* IOV_MAX */
50 #include <sys/ioctl.h> 51 #include <sys/ioctl.h>
51 #include <sys/sysctl.h> 52 #include <sys/sysctl.h>
52 #include <crypt.h> 53 #include <crypt.h>
53 #include <sys/utsname.h> /* uname() */ 54 #include <sys/utsname.h> /* uname() */
54 55