summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-25 22:56:40 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-25 22:56:40 +0000
commit1b7a704c34443315a1f89280425aa89509a528ee (patch)
tree4a0005021a1c3baf9968221589bc351421492880 /src/or/or.h
parent83fa8436636892758020c109258a79d862e2728b (diff)
downloadtor-1b7a704c34443315a1f89280425aa89509a528ee.tar.gz
tor-1b7a704c34443315a1f89280425aa89509a528ee.zip
r13901@catbus: nickm | 2007-07-25 16:23:51 -0400
Make all code to generate v1 directories into conditional code. svn:r10926
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 7a1ac31170..2d2b5fad46 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -154,6 +154,9 @@
#define cell_t tor_cell_t
#endif
+/** Undefine this when it's time to stop generating v1 directories. */
+#define FULL_V1_DIRECTORIES
+
/** Length of longest allowable configured nickname. */
#define MAX_NICKNAME_LEN 19
/** Length of a router identity encoded as a hexadecimal digest, plus