mirror of
https://repo.or.cz/socat.git
synced 2025-07-06 04:56:33 +00:00
Fixed ancillary messages on Solaris
This commit is contained in:
parent
6340127060
commit
e52675faed
3 changed files with 10 additions and 0 deletions
4
compat.h
4
compat.h
|
@ -31,6 +31,10 @@ extern char **environ;
|
|||
# undef PIPE_STATES_SOCKET
|
||||
#endif
|
||||
|
||||
#if defined(__sun) || defined(__sun__) || defined(__SunOS)
|
||||
# define XIO_ANCILLARY_TYPE_SOLARIS 1
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
/* substitute some features that might be missing on some platforms */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue