add inclue files when testing for struct iovec and struct msghdr
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11089 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -604,6 +604,14 @@ AC_HAVE_TYPE([struct sockaddr], [#include <sys/socket.h>])
|
|||||||
AC_HAVE_TYPE([struct sockaddr_storage], [#include <sys/socket.h>])
|
AC_HAVE_TYPE([struct sockaddr_storage], [#include <sys/socket.h>])
|
||||||
AC_HAVE_TYPE([struct addrinfo], [#include <netdb.h>])
|
AC_HAVE_TYPE([struct addrinfo], [#include <netdb.h>])
|
||||||
AC_HAVE_TYPE([struct ifaddrs], [#include <ifaddrs.h>])
|
AC_HAVE_TYPE([struct ifaddrs], [#include <ifaddrs.h>])
|
||||||
|
AC_HAVE_TYPE([struct iovec],[
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/uio.h>
|
||||||
|
])
|
||||||
|
AC_HAVE_TYPE([struct msghdr],[
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
])
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Check for struct winsize
|
dnl Check for struct winsize
|
||||||
|
Reference in New Issue
Block a user