mirror of
https://repo.or.cz/socat.git
synced 2025-07-13 23:13:24 +00:00
Corrected some configure --disable
This commit is contained in:
parent
59a11f2efb
commit
cf3f6403bc
4 changed files with 13 additions and 5 deletions
4
compat.h
4
compat.h
|
@ -76,7 +76,9 @@ typedef int sig_atomic_t;
|
|||
|
||||
/* SOL_TCP: AIX 4.3.3 */
|
||||
#ifndef SOL_TCP
|
||||
# define SOL_TCP IPPROTO_TCP
|
||||
# ifdef IPPROTO_TCP
|
||||
# define SOL_TCP IPPROTO_TCP
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* POSIX.1 doesn't seem to know sockets */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue