Release: 0.6.9
Environment
sparc-sun-solaris2.9
Compiler: Sun Studio 10
Description
assuan-domain-connect.c fails to compile because sys/socket.h is not included, which defines struct msghdr. Several struct members (msg_control, msg_controllen, msg_flags) are also only defined when _XPG4_2 or _KERNEL is #defined.
How To Repeat
Compile on Solaris.
Fix
Check for Solaris during configure and #define _XPG4_2 and #include <sys/socket.h> as neccessary.