]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure wasn't compiling fd pass checking program correctly.
authorTimo Sirainen <tss@iki.fi>
Fri, 16 Jul 2010 11:56:50 +0000 (12:56 +0100)
committerTimo Sirainen <tss@iki.fi>
Fri, 16 Jul 2010 11:56:50 +0000 (12:56 +0100)
src/lib/fdpass.c

index c376fca55dfc61a1f344f5fcd8e107edc38db70a..d10aa4d3c19cb064a2f12136a8a88219be4e2cb0 100644 (file)
 
 #include "fdpass.h"
 
+#ifndef HAVE_CONFIG_H
+struct const_iovec {
+       const void *iov_base;
+       size_t iov_len;
+};
+#endif
+
 /* RFC 2292 defines CMSG_*() macros, but some operating systems don't have them
    so we'll define our own if they don't exist.