sort
This commit is contained in:
parent
4b90317428
commit
f18435b334
@ -45,37 +45,37 @@ HEADER
|
||||
|
||||
# TODO: Some of these might be subject for de-duplication or sync.
|
||||
my @reused_symbols = (
|
||||
"configurable",
|
||||
"configfile",
|
||||
"resetdefaults",
|
||||
"server_port",
|
||||
"ProcessRequest",
|
||||
"byteval",
|
||||
"config",
|
||||
"prevtestno",
|
||||
"prevpartno",
|
||||
"prevbounce",
|
||||
"serverlogslocked",
|
||||
"storerequest",
|
||||
"configfile",
|
||||
"configurable",
|
||||
"docquit",
|
||||
"get_request",
|
||||
"getconfig",
|
||||
"httprequest",
|
||||
"incoming",
|
||||
"sockdaemon",
|
||||
"docquit",
|
||||
"ProcessRequest",
|
||||
"socket_type",
|
||||
"get_request",
|
||||
"send_doc",
|
||||
"loghex",
|
||||
"getconfig",
|
||||
"logdir",
|
||||
"use_ipv6",
|
||||
"ipv_inuse",
|
||||
"byteval",
|
||||
"logdir",
|
||||
"loghex",
|
||||
"parse_servercmd",
|
||||
"prevbounce",
|
||||
"prevpartno",
|
||||
"prevtestno",
|
||||
"resetdefaults",
|
||||
"send_doc",
|
||||
"server_port",
|
||||
"serverlogslocked",
|
||||
"sockdaemon",
|
||||
"socket_type",
|
||||
"storerequest",
|
||||
"use_ipv6",
|
||||
);
|
||||
|
||||
# TODO: Some of these may be #undef-ed manually at the end of each source
|
||||
my @reused_macros = (
|
||||
"DEFAULT_PORT",
|
||||
"DEFAULT_LOGFILE",
|
||||
"DEFAULT_PORT",
|
||||
"REQBUFSIZ",
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user