summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-04 23:31:39 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-06-04 23:31:39 +0000
commit135d4f508047cb93dd5b1ef6934eeb84bed1bbc3 (patch)
tree05fb5292fa0f602922f7b74f4853c8b4a0c05020
parentf43404aeef058d22d202ae741924fca24744054e (diff)
downloadtinyproxy-135d4f508047cb93dd5b1ef6934eeb84bed1bbc3.tar.gz
tinyproxy-135d4f508047cb93dd5b1ef6934eeb84bed1bbc3.zip
Remove the DEFAULT_LOG, DEFAULT_USER, and DEFAULT_PORT
Diffstat (limited to '')
-rw-r--r--acconfig.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/acconfig.h b/acconfig.h
index 54854dc..4ab3aa2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -5,12 +5,8 @@
#undef XTINYPROXY_ENABLE
/*
- * These are the defaults, but they can be changed by configure at compile
- * time, or on the command line at runtime.
+ * This is the default location of the configuration file
*/
-#define DEFAULT_LOG "/var/log/tinyproxy"
-#define DEFAULT_PORT 8888
-#define DEFAULT_USER ""
#define DEFAULT_CONF_FILE "/etc/tinyproxy/tinyproxy.conf"
/*