1
0
Fork 0
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:
Gerhard Rieger 2022-09-26 21:56:21 +02:00
parent 6340127060
commit e52675faed
3 changed files with 10 additions and 0 deletions

View file

@ -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 */