mirror of
https://repo.or.cz/socat.git
synced 2025-07-28 21:32:56 +00:00
New feature SHELL address
This commit is contained in:
parent
50b199dcd9
commit
03f028a985
15 changed files with 399 additions and 45 deletions
5
socat.c
5
socat.c
|
@ -644,6 +644,11 @@ void socat_version(FILE *fd) {
|
|||
#else
|
||||
fputs(" #undef WITH_SYSTEM\n", fd);
|
||||
#endif
|
||||
#ifdef WITH_SHELL
|
||||
fprintf(fd, " #define WITH_SHELL %d\n", WITH_SHELL);
|
||||
#else
|
||||
fputs(" #undef WITH_SHELL\n", fd);
|
||||
#endif
|
||||
#ifdef WITH_EXEC
|
||||
fprintf(fd, " #define WITH_EXEC %d\n", WITH_EXEC);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue