r16252@catbus: nickm | 2007-10-29 11:13:03 -0400

Change symbol from DATADIR to SHARE_DATADIR, since DATADIR conflicts with objidl.h in mingw.


svn:r12268
This commit is contained in:
Nick Mathewson
2007-10-29 15:15:49 +00:00
parent 28652aec69
commit 1c451b9db9
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ static config_var_t _option_vars[] = {
V(ExitPolicy, LINELIST, NULL),
V(ExitPolicyRejectPrivate, BOOL, "1"),
V(FallbackNetworkstatusFile, STRING,
DATADIR PATH_SEPARATOR "tor" PATH_SEPARATOR "fallback-consensus"),
SHARE_DATADIR PATH_SEPARATOR "tor" PATH_SEPARATOR "fallback-consensus"),
V(FascistFirewall, BOOL, "0"),
V(FirewallPorts, CSV, ""),
V(FastFirstHopPK, BOOL, "1"),