mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 21:56:33 +00:00
New option bind-tempname for parallel UNIX domain SENDTO clients
This commit is contained in:
parent
8641344c73
commit
b2914a0cf3
17 changed files with 551 additions and 86 deletions
7
compat.h
7
compat.h
|
@ -831,6 +831,13 @@ typedef unsigned long T_sigset;
|
|||
# endif
|
||||
#endif
|
||||
|
||||
/* OpenBSD (at least 7.2) does better with this special setting */
|
||||
#if __FreeBSD__ || __OpenBSD__
|
||||
# define UNIX_TIGHTSOCKLEN false
|
||||
#else
|
||||
# define UNIX_TIGHTSOCKLEN true
|
||||
#endif
|
||||
|
||||
/* Cygwin 1.3.22 has the prototypes, but not the type... */
|
||||
#ifndef HAVE_TYPE_STAT64
|
||||
# undef HAVE_STAT64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue