summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-13 14:39:10 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-13 14:39:10 +0200
commitd3e3ad5b428ed46aff71ee0b0e05902cd6ab9678 (patch)
tree31953b22bd3d276529c7295b2e0fcbee04f0eaa6 /config.h
parent2414d0b7099fd24ab31202e34381759db20917d8 (diff)
downloadpgfuse-d3e3ad5b428ed46aff71ee0b0e05902cd6ab9678.tar.gz
pgfuse-d3e3ad5b428ed46aff71ee0b0e05902cd6ab9678.tar.bz2
added statfs
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
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