diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-25 22:56:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-25 22:56:40 +0000 |
commit | 1b7a704c34443315a1f89280425aa89509a528ee (patch) | |
tree | 4a0005021a1c3baf9968221589bc351421492880 /src/or/or.h | |
parent | 83fa8436636892758020c109258a79d862e2728b (diff) | |
download | tor-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.h | 3 |
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 |