File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3636#define __client_h__
3737
3838#include < string>
39+ #include < cstring>
3940#include < time.h>
4041#include < stdint.h>
4142#include < sys/types.h>
Original file line number Diff line number Diff line change @@ -81,8 +81,10 @@ void help(const char *p)
8181 <<" \t\t -n : number of CPU cores to use, default 1 ('0' for all)" <<endl
8282 <<" \t\t -p : port, default " <<httpd_config::port<<endl<<endl
8383 <<" \t rarely used options:\n\n "
84+ #ifdef USE_SSL
8485 <<" \t\t -K : use this keyfile (enables SSL)\n "
8586 <<" \t\t -C : use this certfile (enables SSL)\n "
87+ #endif
8688 <<" \t\t -6 : use IPv6, default is IPv4\n "
8789 <<" \t\t -l : logfile, default " <<httpd_config::logfile<<endl
8890 <<" \t\t -L : logprovider, default '" <<httpd_config::log_provider<<" '" <<endl
You can’t perform that action at this time.
0 commit comments