summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h b/config.h
index cb83fba..786086e 100644
--- a/config.h
+++ b/config.h
@@ -39,4 +39,12 @@
#define MAX_TABLESPACE_OIDS 16
+/* location of the mtab file of mounted filesystems */
+
+#define MTAB_FILE "/etc/mtab"
+
+/* size of buffer for mtab traversal */
+
+#define MTAB_BUFFER_SIZE 4096
+
#endif