From d3e3ad5b428ed46aff71ee0b0e05902cd6ab9678 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 13 Apr 2012 14:39:10 +0200 Subject: added statfs --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index c822574..8be2589 100644 --- a/config.h +++ b/config.h @@ -30,4 +30,7 @@ * anyway.. */ #define MAX_FILE_SIZE 10485760 +/* maximum length of a filename , rather arbitrary choice */ +#define MAX_FILENAME_LENGTH 4096 + #endif -- cgit v1.2.3-54-g00ecf