summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 09:21:48 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 09:21:48 +0200
commit4a88c817b17498e72a95589f887197ab43edc491 (patch)
treec5e369dba0bbf52d2e9ba7fb98d6133e5e107f2d /config.h
parentf39c88473be7c7ec33aa247674a3026df80b8bad (diff)
downloadpgfuse-4a88c817b17498e72a95589f887197ab43edc491.tar.gz
pgfuse-4a88c817b17498e72a95589f887197ab43edc491.tar.bz2
removed some old contants
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h b/config.h
index d0ffaef..acef875 100644
--- a/config.h
+++ b/config.h
@@ -26,12 +26,6 @@
#define STANDARD_BLOCK_SIZE 512
-/* maximum size of a file, rather arbitrary, 2^31 is a current implementation
- * limit, before fixing this, the storing and efficiency has to be rethought
- * anyway.. */
-
-#define MAX_FILE_SIZE 10485760
-
/* maximum length of a filename , rather arbitrary choice */
#define MAX_FILENAME_LENGTH 4096