Remove the DEFAULT_LOG, DEFAULT_USER, and DEFAULT_PORT
This commit is contained in:
parent
f43404aeef
commit
135d4f5080
@ -5,12 +5,8 @@
|
|||||||
#undef XTINYPROXY_ENABLE
|
#undef XTINYPROXY_ENABLE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These are the defaults, but they can be changed by configure at compile
|
* This is the default location of the configuration file
|
||||||
* time, or on the command line at runtime.
|
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_LOG "/var/log/tinyproxy"
|
|
||||||
#define DEFAULT_PORT 8888
|
|
||||||
#define DEFAULT_USER ""
|
|
||||||
#define DEFAULT_CONF_FILE "/etc/tinyproxy/tinyproxy.conf"
|
#define DEFAULT_CONF_FILE "/etc/tinyproxy/tinyproxy.conf"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user