mirror of
https://github.com/moparisthebest/socat
synced 2024-11-12 20:15:05 -05:00
added genericsocket to -V
This commit is contained in:
parent
084726e981
commit
3684e5daa0
5
socat.c
5
socat.c
@ -428,6 +428,11 @@ void socat_version(FILE *fd) {
|
||||
#else
|
||||
fputs(" #undef WITH_RAWIP\n", fd);
|
||||
#endif
|
||||
#ifdef WITH_GENERICSOCKET
|
||||
fprintf(fd, " #define WITH_GENERICSOCKET %d\n", WITH_GENERICSOCKET);
|
||||
#else
|
||||
fputs(" #undef WITH_GENERICSOCKET\n", fd);
|
||||
#endif
|
||||
#ifdef WITH_INTERFACE
|
||||
fprintf(fd, " #define WITH_INTERFACE %d\n", WITH_INTERFACE);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user