aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/sys_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfile/sys_options.h')
-rw-r--r--src/gfile/sys_options.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gfile/sys_options.h b/src/gfile/sys_options.h
index 564cc2d7..71eb6611 100644
--- a/src/gfile/sys_options.h
+++ b/src/gfile/sys_options.h
@@ -21,6 +21,18 @@
* @{
*/
/**
+ * @brief Should the filesystem be mounted automatically
+ * @details The filesystem will be mounted automatically if the
+ * user does not do it manually.
+ * @details Defaults to FALSE
+ *
+ * @note Only available for filesystems that actually implement a
+ * mounting routine.
+ */
+ #ifndef GFILE_NEED_AUTOMOUNT
+ #define GFILE_NEED_AUTOMOUNT FALSE
+ #endif
+ /**
* @brief Include printg, fprintg etc functions
* @details Defaults to FALSE
*/