mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 21:36:34 +00:00
Rearranged option group bits to only require 32 bits on older systems
This commit is contained in:
parent
2cddaf22b1
commit
c01722ac3e
7 changed files with 24 additions and 7 deletions
|
@ -48,10 +48,10 @@ static const char *addressgroupnames[] = {
|
|||
"TERMIOS", "RANGE", "PTY", "PARENT",
|
||||
"UNIX", "IP4", "IP6", "INTERFACE",
|
||||
"UDP", "TCP", "SOCKS4", "OPENSSL",
|
||||
"PROCESS", "APPL", "HTTP", "SCTP"
|
||||
"PROCESS", "APPL", "HTTP", "undef",
|
||||
"SCTP"
|
||||
} ;
|
||||
|
||||
|
||||
/* keep consistent with xioopts.h:enum ephase ! */
|
||||
static char *optionphasenames[] = {
|
||||
"ALL", "INIT", "EARLY",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue