mirror of
https://repo.or.cz/socat.git
synced 2025-07-18 00:53:25 +00:00
New address SOCKETPAIR for echoing datagrams
This commit is contained in:
parent
f152c55584
commit
c311542e11
18 changed files with 285 additions and 13 deletions
5
socat.c
5
socat.c
|
@ -540,6 +540,11 @@ void socat_version(FILE *fd) {
|
|||
#else
|
||||
fputs(" #undef WITH_PIPE\n", fd);
|
||||
#endif
|
||||
#ifdef WITH_SOCKETPAIR
|
||||
fprintf(fd, " #define WITH_SOCKETPAIR %d\n", WITH_SOCKETPAIR);
|
||||
#else
|
||||
fputs(" #undef WITH_SOCKETPAIR\n", fd);
|
||||
#endif
|
||||
#ifdef WITH_UNIX
|
||||
fprintf(fd, " #define WITH_UNIX %d\n", WITH_UNIX);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue