From: Francesco Chemolli Date: Sun, 23 Mar 2014 04:57:40 +0000 (-0600) Subject: Portability: detect struct iovec better on OpenBSD X-Git-Tag: SQUID_3_4_4_1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0afb5bc5622e548abe726ebc7be63a0560f32159;p=thirdparty%2Fsquid.git Portability: detect struct iovec better on OpenBSD --- diff --git a/configure.ac b/configure.ac index 1ddc25a9e3..6ab6ce2cd6 100644 --- a/configure.ac +++ b/configure.ac @@ -3209,6 +3209,9 @@ AC_CHECK_TYPE(struct iovec,AC_DEFINE(HAVE_IOVEC,1,[The system provides struct io #if HAVE_WINSOCK2_H #include #endif + #if HAVE_SYS_UIO_H + #include + #endif ]) AC_CHECK_TYPE(struct msghdr,AC_DEFINE(HAVE_MSGHDR,1,[The system provides struct msghdr]),,[