summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 9b9efe72..7ec5fd3d 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -362,7 +362,9 @@ typedef struct {
int BMcache[MAX_BOARD][MAX_BMs];
boardheader_t bcache[MAX_BOARD];
boardheader_t *bsorted[2][MAX_BOARD]; /* 0: by name 1: by class */
+#if DIRCACHESIZE
fileheader_t dircache[MAX_BOARD][DIRCACHESIZE];
+#endif
time_t busystate_b[MAX_BOARD];
int total[MAX_BOARD];
int hbfl[MAX_BOARD][MAX_FRIEND + 1];